Openstack

・Openstack サーバ環境

# yum install -y https://repos.fedorapeople.org/repos/openstack/openstack-juno/rdo-release-juno-1.noarch.rpm
# yum install -y openstack-packstack
# yum install -y qemu-kvm
# ssh-keygen -t rsa
# packstack --gen-answer=param.txt

# systemctl stop NetworkManager
# systemctl disable NetworkManager
※Openstack のネットワークが動作するシステムでは NetworkManager は動作しないこと、と警告が出た。

# systemctl stop ntpd
※chrony が動作しているから、停止する必要があるらしい

# packstack --answer-file=param.txt

・Openstack クライアント環境 (RHEL7)

1.パッケージのインストール
# yum install -y https://repos.fedorapeople.org/repos/openstack/openstack-juno/rdo-release-juno-1.noarch.rpm
# yum install -y epel-release
# yum install -y bash-completion python-novaclient python-neutronclient python-glanceclient python-cinderclient python-swiftclient python-keystoneclient python-openstackclient


2.oepnrc の作成
※Openstack サーバ環境の /root/keystonerc_admin を流用

# source openrc

# nova keypair-add key-temporary > key-temporary.pem
# chmod 600 key-temporary.pem