Fork of official Packstack repo which contains fix for installing Packstack with Ironic on CentOS 7 with OpenStack Ocata release.
|
před 8 roky | |
---|---|---|
docs | před 8 roky | |
packstack | před 8 roky | |
releasenotes | před 8 roky | |
tests | před 8 roky | |
tools | před 8 roky | |
Gemfile | před 8 roky | |
LICENSE | před 8 roky | |
MANIFEST.in | před 8 roky | |
Puppetfile | před 8 roky | |
Puppetfile.ironic | před 8 roky | |
README.md | před 8 roky | |
README_ORIGINAL | před 8 roky | |
Rakefile | před 8 roky | |
bindep.txt | před 8 roky | |
requirements.txt | před 8 roky | |
run_setup.sh | před 8 roky | |
run_tests.sh | před 8 roky | |
setup.cfg | před 8 roky | |
setup.py | před 8 roky | |
test-requirements.txt | před 8 roky | |
tox.ini | před 8 roky |
Fork of official Packstack repo which contains fix for installing Packstack
with Ironic on CentOS 7 with OpenStack Ocata release. There is only one
changed file packstack/puppet/modules/packstack/manifests/nova/sched/ironic.pp
which contains fix for correct value of scheduler_host_manager
for Ocata
release.
This repository also contains installation script run_setup.sh
, so the installation
can be performed only by running a script, without any additional effort.
$ sudo yum install -y git
$ git clone https://git.susnik.work/jan/packstack_ironic_ocata.git
$ cd packstack_ironic_ocata
$ sudo bash run_setup.sh ironic
Make sure to replace enp2s0
interface with your own.
$ sudo yum install -y git
$ git clone https://git.susnik.work/jan/packstack_ironic_ocata.git
$ cd packstack_ironic_ocata
$ sudo bash run_setup.sh ironic enp2s0
Make sure to replace enp2s0
interface and extnet
external network with your own.
$ sudo yum install -y git
$ git clone https://git.susnik.work/jan/packstack_ironic_ocata.git
$ cd packstack_ironic_ocata
$ sudo bash run_setup.sh ironic enp2s0 extnet
$ sudo yum install -y git
$ git clone https://git.susnik.work/jan/packstack_ironic_ocata.git
$ cd packstack_ironic_ocata
$ sudo bash run_setup.sh
For any additional information about development or anything other connected to
Packstack, please refer to original README (in file README_ORIGINAL
),
or check official repository located at https://github.com/openstack/packstack
The software is provided "as is", without warranty of any kind from my side. All files in project are included as fetched from source and may have been changed in the way to make things work with technologies specified above. Please read original license which is added to the project if you want to further use this software or modify it. All respective rights reserved to authors and contributors.