This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################################################### | |
| # Chrony configuration | |
| # | |
| # Purpose: | |
| # - Discipline system time using a USB GPS receiver via gpsd (NMEA-only) | |
| # - No PPS available, so accuracy is milliseconds (not microseconds) | |
| # - Act as a low-priority NTP server for the local network | |
| # | |
| # Notes: | |
| # - Chrony always operates internally in UTC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| Name="${Name:-"Paquin OpenRA Server"}" | |
| ListenPort="${ListenPort:-"1234"}" | |
| AdvertiseOnline="${AdvertiseOnline:-"True"}" | |
| Password="${Password:-"MYPASSWORD"}" | |
| RequireAuthentication="${RequireAuthentication:-"True"}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "arch": "x86_64", | |
| "cpu": "1", | |
| "disk": "10", | |
| "mac": [ | |
| "00:1a:4a:16:01:5a" | |
| ], | |
| "memory": "1024", | |
| "name": "ospd13-ctrl01", | |
| "pm_addr": "10.1.99.10", | |
| "pm_password": "redhat", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [DEFAULT] | |
| local_ip = 10.1.98.2/24 | |
| undercloud_public_vip = 10.1.98.3 | |
| undercloud_admin_vip = 10.1.98.4 | |
| local_interface = eth1 | |
| masquerade_network = 10.1.98.0/24 | |
| dhcp_start = 10.1.98.100 | |
| dhcp_end = 10.1.98.120 | |
| network_cidr = 10.1.98.0/24 | |
| network_gateway = 10.1.98.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| registry.access.redhat.com/rhosp12/openstack-aodh-api | |
| registry.access.redhat.com/rhosp12/openstack-aodh-evaluator | |
| registry.access.redhat.com/rhosp12/openstack-aodh-listener | |
| registry.access.redhat.com/rhosp12/openstack-aodh-notifier | |
| registry.access.redhat.com/rhosp12/openstack-ceilometer-central | |
| registry.access.redhat.com/rhosp12/openstack-ceilometer-compute | |
| registry.access.redhat.com/rhosp12/openstack-ceilometer-notification | |
| registry.access.redhat.com/rhosp12/openstack-collectd | |
| registry.access.redhat.com/rhosp12/openstack-cron | |
| registry.access.redhat.com/rhosp12/openstack-ec2-api |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| registry.access.redhat.com/rhosp13/openstack-aodh-api | |
| registry.access.redhat.com/rhosp13/openstack-aodh-evaluator | |
| registry.access.redhat.com/rhosp13/openstack-aodh-listener | |
| registry.access.redhat.com/rhosp13/openstack-aodh-notifier | |
| registry.access.redhat.com/rhosp13/openstack-ceilometer-central | |
| registry.access.redhat.com/rhosp13/openstack-ceilometer-compute | |
| registry.access.redhat.com/rhosp13/openstack-ceilometer-notification | |
| registry.access.redhat.com/rhosp13/openstack-cinder-api | |
| registry.access.redhat.com/rhosp13/openstack-cinder-scheduler | |
| registry.access.redhat.com/rhosp13/openstack-cinder-volume |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| container_images: | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-aodh-api:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-aodh-evaluator:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-aodh-listener:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-aodh-notifier:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-ceilometer-central:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-ceilometer-compute:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-ceilometer-notification:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-cinder-api:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-cinder-scheduler:latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| container_images: | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-aodh-api:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-aodh-evaluator:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-aodh-listener:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-aodh-notifier:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-ceilometer-central:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-ceilometer-compute:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-ceilometer-notification:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-cinder-api:latest | |
| - imagename: registry.access.redhat.com/rhosp13/openstack-cinder-scheduler:latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| undercloud$ jq . << EOF > ~/instackenv.json | |
| { | |
| "ssh-user": "stack", | |
| "ssh-key": "$(cat ~/.ssh/id_rsa)", | |
| "power_manager": "nova.virt.baremetal.virtual_power_driver.VirtualPowerManager", | |
| "host-ip": "192.168.122.1", | |
| "arch": "x86_64", | |
| "nodes": [ | |
| { | |
| "name": "overcloud-node1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Custom Collectd Config | |
| LoadPlugin "write_graphite" | |
| <Plugin "write_graphite"> | |
| <Node "example"> | |
| Host "10.1.0.202" | |
| Port "2003" | |
| Prefix "collectd." | |
| #Postfix "" | |
| Protocol "tcp" |