74
edits
Changes
no edit summary
# <code>git pull</code>
# Run ./setup_devstack_vz7.sh with options you need.
== Installing OpenStack with help of packstack on [[Virtuozzo]] 7 (*Production Setup*) ==
* Create a new repo file:
cat > /etc/yum.repos.d/virtuozzo-extra.repo << _EOF
[virtuozzo-extra]
name=Virtuozzo Extra
baseurl=http://repo.virtuozzo.com/openstack/newton/x86_64/os/
enabled=1
gpgcheck=1
priority=50
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Virtuozzo-7
_EOF
* Add RDO repository:
$ yum install https://rdoproject.org/repos/rdo-release.rpm
* Install packstack package:
$ yum install openstack-packstack
* Download sample Vz7 packstack answer file:
$ wget https://raw.githubusercontent.com/virtuozzo/virtuozzo-openstack-scripts/master/vz7-packstack-sample.txt
* Edit vz7-packstack-sample.txt enabling/disabling necessary services. Also make sure you have correct IP addresses specified by the following parameters in the file:
CONFIG_CONTROLLER_HOST
CONFIG_COMPUTE_HOSTS
CONFIG_NETWORK_HOSTS
CONFIG_AMQP_HOST
CONFIG_MARIADB_HOST
CONFIG_REDIS_HOST
* Change CONFIG_DEFAULT_PASSWORD parameter!!!
* Then run packstack:
$ packstack --answer-file vz7-packstack-sample.txt
== Install and configure a nova controller node on [[Virtuozzo]] 7 (*Production Setup*) == <!--T:18-->