Virtualized Cluster

50 views
Skip to first unread message

Marticus

unread,
May 8, 2015, 5:04:58 AM5/8/15
to appscale_...@googlegroups.com
Hello I have a problem. I want install Appscale on 2 virtual machines. I followed the virtualized cluster guide (guide). I had install Appscale and appscale tools  on Ubuntu 12.04 (wget -O - http://bootstrap.appscale.com | sh). Now i need to edit the Appscalefile with my VMs ips. For example:

ips_layout:
    controller : 192.168.1.10 (ip first VM)
    servers :
    - 192.168.1.11 (ip second VM)

Now I want start Appscale, good, i go in my VM "controller"  and do the command appscale up, but Appscale don't run and the VM tries to connect by herself via ssh. I put the password but not work. Maybe i need to change my setting for ssh authentication? Or What i do wrong?

Marticus

unread,
May 8, 2015, 5:07:03 AM5/8/15
to appscale_...@googlegroups.com
obviously i had install Appscale on all VMs.

Navraj Chohan

unread,
May 8, 2015, 6:59:14 AM5/8/15
to appscale_...@googlegroups.com

Hey there! Thanks for trying out AppScale.

Did you set the password on both nodes? Can both nodes log into each other? Try making sure your networking is correct first and foremost. Make sure you can do ssh by putting the ssh public key from the head node into the slave node's authorized keys.

Let me know how it goes.

Thanks,
Raj

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.
To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

Marticus

unread,
May 8, 2015, 7:18:49 AM5/8/15
to appscale_...@googlegroups.com
I use virtualbox. which net cofiguration i need use? bridge?


Il giorno venerdì 8 maggio 2015 12:59:14 UTC+2, Raj ha scritto:

Hey there! Thanks for trying out AppScale.

Did you set the password on both nodes? Can both nodes log into each other? Try making sure your networking is correct first and foremost. Make sure you can do ssh by putting the ssh public key from the head node into the slave node's authorized keys.

Let me know how it goes

Thanks,
Raj

On May 8, 2015 2:07 AM, "Marticus" <dinicola...@studenti.uniroma1.it> wrote:
obviously i had install Appscale on all VMs.

Il giorno venerdì 8 maggio 2015 11:04:58 UTC+2, Marticus ha scritto:
Hello I have a problem. I want install Appscale on 2 virtual machines. I followed the virtualized cluster guide (guide). I had install Appscale and appscale tools  on Ubuntu 12.04 (wget -O - http://bootstrap.appscale.com | sh). Now i need to edit the Appscalefile with my VMs ips. For example:

ips_layout:
    controller : 192.168.1.10 (ip first VM)
    servers :
    - 192.168.1.11 (ip second VM)

Now I want start Appscale, good, i go in my VM "controller"  and do the command appscale up, but Appscale don't run and the VM tries to connect by herself via ssh. I put the password but not work. Maybe i need to change my setting for ssh authentication? Or What i do wrong?

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

Navraj Chohan

unread,
May 8, 2015, 7:25:23 AM5/8/15
to appscale_...@googlegroups.com
Try this out and let me know how it goes:

I'd love if you contributed on the wiki page in the FAQ of github on how to make this work :)
-Raj

On Fri, May 8, 2015 at 4:18 AM, Marticus <dinicola...@studenti.uniroma1.it> wrote:
I use virtualbox. which net cofiguration i need use? bridge?

Il giorno venerdì 8 maggio 2015 12:59:14 UTC+2, Raj ha scritto:

Hey there! Thanks for trying out AppScale.

Did you set the password on both nodes? Can both nodes log into each other? Try making sure your networking is correct first and foremost. Make sure you can do ssh by putting the ssh public key from the head node into the slave node's authorized keys.

Let me know how it goes

Thanks,
Raj

On May 8, 2015 2:07 AM, "Marticus" <dinicola...@studenti.uniroma1.it> wrote:
obviously i had install Appscale on all VMs.

Il giorno venerdì 8 maggio 2015 11:04:58 UTC+2, Marticus ha scritto:
Hello I have a problem. I want install Appscale on 2 virtual machines. I followed the virtualized cluster guide (guide). I had install Appscale and appscale tools  on Ubuntu 12.04 (wget -O - http://bootstrap.appscale.com | sh). Now i need to edit the Appscalefile with my VMs ips. For example:

ips_layout:
    controller : 192.168.1.10 (ip first VM)
    servers :
    - 192.168.1.11 (ip second VM)

Now I want start Appscale, good, i go in my VM "controller"  and do the command appscale up, but Appscale don't run and the VM tries to connect by herself via ssh. I put the password but not work. Maybe i need to change my setting for ssh authentication? Or What i do wrong?

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.
To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

Marticus

unread,
May 8, 2015, 9:59:11 AM5/8/15
to appscale_...@googlegroups.com
I tried to reinstall appscale but now have another problem:

appscale init cluster command not found

Installing collected packages: python-gflags

  Running setup.py install for python-gflags

    

Successfully installed python-gflags

Cleaning up...

AppScale tools installation completed successfully!

*****************************************

AppScale and AppScale tools are installed

*****************************************

root@ubuntu:~# cd /root/appscale-tools/

root@ubuntu:~# appscale init cluster

appscale: command not found


Why?

To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.
To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

Marticus

unread,
May 8, 2015, 10:01:53 AM5/8/15
to appscale_...@googlegroups.com
i restart the machine and the command work

Navraj Chohan

unread,
May 8, 2015, 10:04:51 AM5/8/15
to appscale_...@googlegroups.com
Yes, the tools are not in the path after the initial install. Logging out and in fixes this as well. I'll talk to my team and see what we can do to not require this.

Thanks for reporting this!
-Raj

To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.
To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

Marticus

unread,
May 8, 2015, 10:15:07 AM5/8/15
to appscale_...@googlegroups.com
ok i make appscale init cluster. 
My Appscalefile is:

# The deployment strategy (roles -> machines) that should be used in this

# AppScale deployment.

# The following is a sample layout for running everything on one machine:

ips_layout :

    master : 192.168.1.11

    appengine : 192.168.1.11

    database : 192.168.1.11

    zookeeper : 192.168.1.11

    controller : 192.168.1.11


the ip of my vm is 192.168.1.11

now i do appscale up 

root@ubuntu:~/appscale-tools# appscale up

Executing ssh-copy-id for host: 192.168.1.11

ro...@192.168.1.11's password: 

i put the password of my VM,  but ask again the password and again and again like a loop. The password is correct is user1234 (root password of my vm). what i do wrong?

To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.
To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

Navraj Chohan

unread,
May 8, 2015, 10:18:54 AM5/8/15
to appscale_...@googlegroups.com

To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.
To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

Marticus

unread,
May 8, 2015, 10:24:38 AM5/8/15
to appscale_...@googlegroups.com
this my sshd_config http://pastebin.com/PB71ZKWX
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.
To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

Navraj Chohan

unread,
May 8, 2015, 10:27:31 AM5/8/15
to appscale_...@googlegroups.com
What happens when you do "ssh root@localhost"? Can you log in?

To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.
To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

Meni Vaitsi

unread,
May 8, 2015, 10:31:30 AM5/8/15
to appscale_community
Hey Marticus,

Since you're trying AppScale on VirtualBox you'll need to cross reference instructions from both our vagrant/VirtualBox page and the Virtualized cluster page.

I'd start by making sure that you have set the root password on both VMs, and that you run appscale up as root on one of your VMs.
To do so, login on either VM as root, and do ssh root@localhost. If that succeeds then appscale up should work.

However, it would be easier for you to see AppScale in action if you started with just one VM (following the vagrant/VirtualBox instructions) and then expanded your setup with a second VM.


-Meni


--
Meni Vaitsi
Software Engineer
AppScale Systems, Inc.

Marticus

unread,
May 8, 2015, 10:33:40 AM5/8/15
to appscale_...@googlegroups.com

The authenticity of host 'localhost (127.0.0.1)' can't be established.

ECDSA key fingerprint is ed:bb:c6:61:58:f0:92:2a:1e:b2:1a:2c:0e:03:e1:2f.

Are you sure you want to continue connecting (yes/no)? yes

Warning: Permanently added 'localhost' (ECDSA) to the list of known hosts.

root@localhost's password: 

Permission denied, please try again.

root@localhost's password: 

To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.
To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

Marticus

unread,
May 8, 2015, 10:36:42 AM5/8/15
to appscale_...@googlegroups.com
i just use appscale with vagrant and virtualbox. i want use 2 VM one for controller and one for server.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.
To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

Meni Vaitsi

unread,
May 8, 2015, 10:42:53 AM5/8/15
to appscale_community
Hi Marticus,

Here's my recommendation:

Start from the top of these instructions (Single node AppScale on Virtualbox).

For a 2-VM AppScale deployment you'll need to download the appscale 2.3.1 vbox twice, once for each VM. You do not need to build AppScale. It's pre-installed.
Then you'll need to configure your Vagrantfile for a multi machine setup

Let us know how it goes.

-Meni


--
Meni Vaitsi
Software Engineer
AppScale Systems, Inc.

To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.
To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_commun...@googlegroups.com.

Marticus

unread,
May 8, 2015, 10:57:36 AM5/8/15
to appscale_...@googlegroups.com
i will do. but i have my cloud with cloudstak and i want setup appscale on.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.
To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.



--
Navraj Chohan (Raj)
Co-Founder of AppScale Systems
A Google Cloud Partner,
Gartner 2014 Cool Vendor, 
and a GigaOm Structure/LaunchPad "Best of the Best" Startups

615 State Street
Santa Barbara, CA 93101
r...@appscale.com
http://navrajchohan.com

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

To post to this group, send email to appscale_...@googlegroups.com.
Visit this group at http://groups.google.com/group/appscale_community.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "AppScale Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to appscale_community+unsub...@googlegroups.com.

Marticus

unread,
May 8, 2015, 11:37:52 AM5/8/15
to appscale_...@googlegroups.com
So there isn't a solution for my problem, or the solution is change mode to setup appscale?

graziano obertelli

unread,
May 8, 2015, 1:13:50 PM5/8/15
to appscale_...@googlegroups.com
Hi Marticus,

I think that what happens is that appscale got installed
in /usr/local/appscale-tools/bin: we do change the PATH in the shell so
that you will find it, but you will need to source the shell
configuration. A quick logout/login should be sufficient or starting the
shell with
bash -l -i
should do the trick.

cheers,
graziano
Graziano Obertelli
AppScale Systems, Inc.


Marticus

unread,
May 10, 2015, 11:10:34 AM5/10/15
to appscale_...@googlegroups.com
grazie Graziano ho risolto
Reply all
Reply to author
Forward
0 new messages