7e3df7e4995e1e8665b1ceb4f45e8bd27348b8ef
11 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
sayalilunkad
|
2fe7df2835 |
labs: Adds telemetry service to osbash
Following actions are performed by this patch: 1) Adds the ceilometer packages to the pre-download script. 2) Adds telemetry services on controller node. 3) Configures glance, cinder to send notification to the telemetry module. 4) Adds ceilometer compute agent on compute node. Co-authored-by: Pranav Salunke <dguitarbite@gmail.com> Change-Id: I82e8f4799e724e09748bb9c743ec8b77e82af39a |
||
|
sayalilunkad
|
05676783f2 |
Modifies osbash files to use osbash ssh keys
This patch makes use of the osbash public and private keys to ssh to VM rather than the vagrant keys. This also removes the vagrant keys directory from the repository. Change-Id: I939274f188a02469c7e2cf9f9502510ea00d514e |
||
|
sayalilunkad
|
f277b4c585 |
Uses openssl to generate random token
This patch remove the hard-coded value for the ADMIN_TOKEN and generates the token dynamically using openssl as per the install-guides. Change-Id: I7010bac7724dadb6cf1a34481048d77fbcb8604b |
||
|
sayalilunkad
|
0fe8770b11 |
Moves configuration for demo user
1) Removes config_demo_user script. 2) Adds content to configure demo user to setup_keystone script. 3) Adds MEMBER_ROLE_NAME (_member_) to config/credentials. Change-Id: I8472046f591eb9330f4281281e921aaba7c72e3c |
||
|
Sayali Lunkad
|
be3f838947 |
Adds neutron scripts for training lab network node
Adds neutron scripts for training labs which will install and configure neutron on the network node. Partial-Bug: #1312764 Implements: blueprint openstack-training-labs Change-Id: I18205382408e71c567ec9c541c5b93fde4370e53 |
||
|
Roger Luethi
|
0685a1c4a5 |
labs: add regular user and tenant (demo)
This changeset creates a regular user and a tenant, both named demo. A new demo-openstackrc.sh is added for authentication as this user. Change-Id: I386c38ff4accc8004cc5fb84f3936565f5694683 Co-Authored-By: Pranav Salunke <dguitarbite@gmail.com> Implements: blueprint openstack-training-labs |
||
|
Roger Luethi
|
4919ab11f3 |
labs: use example.com instead of domain.com
The canonical example domain is example.com (domain.com is in commercial use). Change-Id: I86c4803bb705a11cf4099520036afce24ec47211 |
||
|
Roger Luethi
|
8d08b00899 |
labs: install RabbitMQ message broker service
This changeset installs RabbitMQ on the controller node. The password needed by OpenStack services to use rabbitmq can be sourced from config/credentials. Implements: blueprint openstack-training-labs Change-Id: Ifff79e7d84b2f02c2bdded854721a6a73fa82465 |
||
|
Pranav Salunke
|
e0d970e40d |
Adds Keystone service tenant
Keystone service tenant is required by OpenStack services to authenticate. We could reuse admin tenant for the same but it will provide OpenStack services with unnecessary privileges. Implements: blueprint openstack-training-labs Change-Id: Ia72012a09da36df5f52454c289775a8b050f9e1a |
||
|
Pranav Salunke
|
f36e8dadf4 |
Adds keystone scripts for training labs
Adds keystone scripts for training labs which will install and configure keystone and also populate the keystone database. Co-Authored-By: Roger Luethi <rl@patchworkscience.org> Change-Id: I21bafd5d43ce58ebc22029dc4897bb19104132a1 Partial-Bug: 1312764 Implements: blueprint openstack-training-labs |
||
|
Roger Luethi
|
8e16fcd6b7 |
OpenStack specific configuration files
These files contain credentials (config/credentials) and other configuration settings (config/openstack) used by OpenStack. Partial-Bug: 1312764 Implements: blueprint openstack-training-labs Change-Id: I7bfeca8c781e20d0e93254e19246ca445e5c3b63 |