This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EXTRA_OPTS=( --allow_resize_to_same_host=True --libvirt_inject_password=True --enabled_apis=ec2,occiapi,osapi_compute,osapi_volume,metadata ) | |
ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-sch,n-novnc,n-xvnc,n-cauth,horizon,mysql,rabbit,n-vol,openstackx | |
OFFLINE=False |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./stack.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Horizon is now available at http://YOUR_DEVSTACK_IP/ | |
Keystone is serving at http://YOUR_DEVSTACK_IP:5000/v2.0/ | |
Examples on using novaclient command line is in exercise.sh | |
The default users are: admin and demo | |
The password: YOUR_DEVSTACK_ADMIN_PASSWORD | |
This is your host ip: YOUR_DEVSTACK_IP | |
stack.sh completed in 366 seconds. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
domain cloudcomplab.ch | |
nameserver 8.8.8.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get -y install ntp | |
ntpdate -b pool.ntp.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
supersede domain-name "cloudcomplab.ch"; | |
prepend domain-name-servers 8.8.8.8; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
notice: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Dependency Augeas[sudo-foreman-proxy] has failures: true | |
warning: /Stage[main]/Foreman_proxy::Service/Service[foreman-proxy]: Skipping because of failed dependencies |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service puppetmaster stop | |
sed -i 's/^START=yes/START=no/' /etc/default/puppetmaster |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary Host Zone Status State Updated_At | |
nova-scheduler os-controller nova enabled :-) 2012-06-28 14:51:59 | |
nova-consoleauth os-controller nova enabled :-) 2012-06-28 14:51:59 | |
nova-network os-controller nova enabled :-) 2012-06-28 14:51:59 | |
nova-cert os-controller nova enabled :-) 2012-06-28 14:51:59 | |
nova-compute os-node1 nova enabled :-) 2012-06-28 14:51:59 | |
nova-volume os-node1 nova enabled :-) 2012-06-28 14:51:57 | |
nova-compute os-node2 nova enabled :-) 2012-06-28 14:51:25 | |
nova-volume os-node2 nova enabled :-) 2012-06-28 14:51:22 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node /os-controller\.cloudcomplab\.ch/ { | |
# Node definition goes here. | |
} |