First time here? Check out the FAQ!
![]() | 1 | initial version |
You wrote "I have tried with "https://repos.fedorapeople.org/repos/openstack/openstack-kilo/rdo-release-kilo-1.noarch.rpm", but that version consistently seems to fail installation..... "
It' s wrong statement.
On yum updated CentOS 7.2
1. Download rdo-release-kilo-1.noarch.rpm
2. rpm -iv rdo-release-kilo-1.noarch.rpm
3. yum -y install openstack-packstack
4. packstack --gen-answer-file answerAIO.txt
5. I had to disable nagios last time
6. packstack --answer-file=./answerAIO.txt
![]() | 2 | No.2 Revision |
You wrote "I have tried with "https://repos.fedorapeople.org/repos/openstack/openstack-kilo/rdo-release-kilo-1.noarch.rpm", but that version consistently seems to fail installation..... "
It' s wrong statement.
On yum updated CentOS 7.2
1. Download rdo-release-kilo-1.noarch.rpm
2. rpm -iv rdo-release-kilo-1.noarch.rpm
3. yum -y install openstack-packstack
4. packstack --gen-answer-file answerAIO.txt
5. I had to disable nagios last time
6. packstack --answer-file=./answerAIO.txt
EPEL 7 will be enabled by packstack run.
![]() | 3 | No.3 Revision |
UPDATE 01/08/2015
Dirty fix
systemctl stop mongod.service
rm -f /etc/mongodb.conf
ln -s /etc/mongod.conf /etc/mongodb.conf
Rerun packstack
Afterwards
Applying 192.169.142.54_mongodb.pp
Applying 192.169.142.54_redis.pp
192.169.142.54_mongodb.pp: [ DONE ]
192.169.142.54_redis.pp: [ DONE ]
Applying 192.169.142.54_ceilometer.pp
192.169.142.54_ceilometer.pp: [ DONE ]
Applying 192.169.142.54_nagios.pp
Applying 192.169.142.54_nagios_nrpe.pp
192.169.142.54_nagios.pp: [ DONE ]
192.169.142.54_nagios_nrpe.pp: [ DONE ]
Applying 192.169.142.54_postscript.pp
192.169.142.54_postscript.pp: [ DONE ]
Applying Puppet manifests [ DONE ]
Finalizing [ DONE ]
**** Installation completed successfully ******
[root@ip-192-169-142-54 ~]# . keystonerc_admin
[root@ip-192-169-142-54 ~(keystone_admin)]# nova-manage version
2015.1.1-1.el7
[root@ip-192-169-142-54 ~(keystone_admin)]# netstat -antp| grep 27017
tcp 0 0 192.169.142.54:27017 0.0.0.0:* LISTEN 23876/mongod
tcp 0 0 192.169.142.54:27017 192.169.142.54:45115 ESTABLISHED 23876/mongod
END UPDATE
You wrote "I have tried with "https://repos.fedorapeople.org/repos/openstack/openstack-kilo/rdo-release-kilo-1.noarch.rpm", but that version consistently seems to fail installation..... "
It' s wrong statement.
On yum updated CentOS 7.2
1. Download rdo-release-kilo-1.noarch.rpm
2. rpm -iv rdo-release-kilo-1.noarch.rpm
3. yum -y install openstack-packstack
4. packstack --gen-answer-file answerAIO.txt
5. I had to disable nagios last time
time, to have nagios running see hack in UPDATE section
6. packstack --answer-file=./answerAIO.txt
EPEL 7 will be enabled by packstack run.
![]() | 4 | No.4 Revision |
UPDATE 01/08/2015
Dirty fix
systemctl stop mongod.service
rm -f /etc/mongodb.conf
ln -s /etc/mongod.conf /etc/mongodb.conf
Rerun packstack
Afterwards
Applying 192.169.142.54_mongodb.pp
Applying 192.169.142.54_redis.pp
192.169.142.54_mongodb.pp: [ DONE ]
192.169.142.54_redis.pp: [ DONE ]
Applying 192.169.142.54_ceilometer.pp
192.169.142.54_ceilometer.pp: [ DONE ]
Applying 192.169.142.54_nagios.pp
Applying 192.169.142.54_nagios_nrpe.pp
192.169.142.54_nagios.pp: [ DONE ]
192.169.142.54_nagios_nrpe.pp: [ DONE ]
Applying 192.169.142.54_postscript.pp
192.169.142.54_postscript.pp: [ DONE ]
Applying Puppet manifests [ DONE ]
Finalizing [ DONE ]
**** Installation completed successfully ******
[root@ip-192-169-142-54 ~]# . keystonerc_admin
[root@ip-192-169-142-54 ~(keystone_admin)]# nova-manage version
2015.1.1-1.el7
[root@ip-192-169-142-54 ~(keystone_admin)]# netstat -antp| grep 27017
tcp 0 0 192.169.142.54:27017 0.0.0.0:* LISTEN 23876/mongod
tcp 0 0 192.169.142.54:27017 192.169.142.54:45115 ESTABLISHED 23876/mongod
You wrote "I have tried with "https://repos.fedorapeople.org/repos/openstack/openstack-kilo/rdo-release-kilo-1.noarch.rpm", but that version consistently seems to fail installation..... "
It' s wrong statement.
On yum updated CentOS 7.2
1. Download rdo-release-kilo-1.noarch.rpm
2. rpm -iv rdo-release-kilo-1.noarch.rpm
3. yum -y install openstack-packstack
4. packstack --gen-answer-file answerAIO.txt
5. I had to disable nagios last time, to have nagios running see hack in UPDATE section
6. packstack --answer-file=./answerAIO.txt
EPEL 7 will be enabled by packstack run.
![]() | 5 | No.5 Revision |
UPDATE 01/08/2015
Dirty fix
systemctl stop mongod.service
rm -f /etc/mongodb.conf
ln -s /etc/mongod.conf /etc/mongodb.conf
Rerun packstack
Afterwards
See also :- https://bugzilla.redhat.com/show_bug.cgi?id=1296844
END UPDATE
You wrote "I have tried with "https://repos.fedorapeople.org/repos/openstack/openstack-kilo/rdo-release-kilo-1.noarch.rpm", but that version consistently seems to fail installation..... "
It' s wrong statement.
On yum updated CentOS 7.2
1. Download rdo-release-kilo-1.noarch.rpm
2. rpm -iv rdo-release-kilo-1.noarch.rpm
3. yum -y install openstack-packstack
4. packstack --gen-answer-file answerAIO.txt
5. I had to disable nagios last time, to have nagios running see hack in UPDATE section
6. packstack --answer-file=./answerAIO.txt
EPEL 7 will be enabled by packstack run.
![]() | 6 | No.6 Revision |
UPDATE 01/08/2015
Dirty fix
systemctl stop mongod.service
rm -f /etc/mongodb.conf
ln -s /etc/mongod.conf /etc/mongodb.conf
Rerun packstack
Afterwards
See also :- https://bugzilla.redhat.com/show_bug.cgi?id=1296844Special issue for theque42
Hackery setting up RDO Kilo on CentOS 7.2 with Mongodb up and running as of 01/08/2015
END UPDATE
You wrote "I have tried with "https://repos.fedorapeople.org/repos/openstack/openstack-kilo/rdo-release-kilo-1.noarch.rpm", but that version consistently seems to fail installation..... "
It' s wrong statement.
On yum updated CentOS 7.2
1. Download rdo-release-kilo-1.noarch.rpm
2. rpm -iv rdo-release-kilo-1.noarch.rpm
3. yum -y install openstack-packstack
4. packstack --gen-answer-file answerAIO.txt
5. I had to disable nagios last time, to have nagios running see hack in UPDATE section
6. packstack --answer-file=./answerAIO.txt
EPEL 7 will be enabled by packstack run.
![]() | 7 | No.7 Revision |
UPDATE 01/08/2015
Dirty fix
systemctl stop mongod.service
rm -f /etc/mongodb.conf
ln -s /etc/mongod.conf /etc/mongodb.conf
Rerun packstack
Afterwards
Special theque42 wrote : Wrong statement? You comment indicates precisely the whole issue for theque42 "I had to disable nagios last time".
Addressing his last statement
Hackery setting up RDO Kilo on CentOS 7.2 with Mongodb up and running as of 01/08/2015
END UPDATE
You wrote "I have tried with "https://repos.fedorapeople.org/repos/openstack/openstack-kilo/rdo-release-kilo-1.noarch.rpm", but that version consistently seems to fail installation..... "
It' s wrong statement.
On yum updated CentOS 7.2
1. Download rdo-release-kilo-1.noarch.rpm
2. rpm -iv rdo-release-kilo-1.noarch.rpm
3. yum -y install openstack-packstack
4. packstack --gen-answer-file answerAIO.txt
5. I had to disable nagios last time, to have nagios running see hack in UPDATE section
6. packstack --answer-file=./answerAIO.txt
EPEL 7 will be enabled by packstack run.