How to install or upgrade Liberty (beta) release
Hi,
I know that openstack Liberty release is not yet released.
But I have to install and test our cinder driver with liberty release (beta release), so that our driver will be added with the liberty release when it is available to public
It would be great , If someone helps me to set up test environment on CentOS or Ubuntu
Thanks in Advance
-Ganesan D
Update -1
The complete procedure I followed
- Installed fresh CentOS7.1
Downloaded the liberty repositories as mentioned
cd /etc/yum.repos.d/ wget http://trunk.rdoproject.org/centos7/d... wget http://trunk.rdoproject.org/centos7/c...
Installed Packstack Installer
yum install -y openstack-packstack
- Generated the answer file
packstack --gen-answer-file=ans
- Installed the openstack by using the answer file
packstack --answer-file=ans
Installation went fine upto nova and error thrown while installing neutron-server
10.18.113.0_api_nova.pp: [ DONE ]
Applying 10.18.113.0_nova.pp
10.18.113.0_nova.pp: [ DONE ]
Applying 10.18.113.0_neutron.pp
10.18.113.0_neutron.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 10.18.113.0_neutron.pp
Error: Could not start Service[neutron-server]: Execution of '/usr/bin/systemctl start neutron-server' returned 1: Job for neutron-server.service failed. See 'systemctl status neutron-server.service' and 'journalctl -xn' for details.
Please , upload /var/log/neutron/server.log to some location and provide link. ( or update question update 2). Just in case set SELINUX=permissive for future runs.
I don't see server.log in the system
[root@d6-openstack1 neutron]# ls
dhcp-agent.log l3-agent.log metadata-agent.log openvswitch-agent.log [root@d6-openstack1 neutron]# pwd
/var/log/neutron
[root@d6-openstack1 neutron]#
Have you run
yum -y update
before packstack run ?Yes I did that
Please, provide technical parameters of your box ( of course if it is acceptable )