10 Commits

Author SHA1 Message Date
Zuul
a850b8f29a Merge "Fix references to olso by correcting them to oslo" 2019-01-14 22:52:10 +00:00
Chinasubbareddy M
ac41fb5961 Ceph journal partitions automation
- Use whole disk /dev/sdc format.
- Don't specify partition and let ceph-osd util create
and manage partition.
- On an OSD disk failure, during manintanance window,
Journal partition for failed OSD should be deleted.
This will allow ceph-osd util to reuse space for new partition.
- Disk partition count num will continue to
increase as more OSD fails.

Change-Id: I6900898fb90bcbb1743cd6382c176ad24b6624d7
2019-01-14 19:29:33 +00:00
Bryan Strassner
5d8e6b28ae Fix references to olso by correcting them to oslo
Transposed characters in the target replacements in
some of the deployment files can lead to unexpected
results (mostly that defaults are used instead of
overrides)

Since defaults were being used before, the endpoint definition needed to
be redefined to use the expected scheme (amqp) and path (/airflow)

Change-Id: I85a58c7b525e29208957845bf25ffbb0111c8f35
2019-01-14 19:29:22 +00:00
Zuul
7db4b789f2 Merge "Remove duplicate region overrides for barbican" 2019-01-07 17:05:40 +00:00
Evgeny L
fe82bacefb Remove duplicate region overrides for barbican
Change-Id: Id63fa4e18994f7cf9c3d59986d47a2f3d37caeda
2019-01-06 00:14:50 +00:00
Evgeny L
f6f9d7eaef Make keystone default host to be consistent with port
* "keystone-api" host is used for internal communication and
it listens on 5000 port.
* "keystone" host is used for public and admin, its port
is 443.
Ensure default host and port match if "host_fqdn_override"
is not specified.
This is also consistent with OSH defaults.

Change-Id: I020c5a3c13ea33849cd794b845427fbe03e914c5
2019-01-06 00:14:41 +00:00
Vladyslav Drok
aefba12f35 Add separate rabbit admin entry for shipyard
Needed-By: https://review.openstack.org/614610
Change-Id: I505a4d01233af2f9820ced77ec0cb4ed30f32f1f
2018-12-21 19:54:12 +00:00
Evgeny L
aa0e278f47 Update links to certs generation in certificates.yaml
Change-Id: I6b63001ac4ccba60e04d79446c0ba0178d13b446
2018-12-19 19:12:53 +00:00
Drew Walters
9c4abfd5de airskiff: Disable openstack-compute-kit sequencing
Charts in the `openstack-compute-kit` chart group are deployed in
sequence.  Currently, `libvirt` can fail while waiting for dependencies
from `neutron`. This commit disables sequencing for the
`openstack-compute-kit` chart group to allow for dependencies.

Change-Id: Id59cd22a6f548066414899df44d3067255936d17
2018-11-29 19:20:21 +00:00
Drew Walters
ba0d16dc52 site: Add Airskiff site
This change introduces Airskiff (see [0]), a development/learning environment
for the software delivery components of Airship, to the Airship-Treasuremap
repository. This change also adds a set of scripts accompanied by documentation
for easy deployment. During deployment, Armada, Deckhand, Pegleg, and Shipyard
are downloaded and built from source. Gate scripts from the OpenStack-Helm
project deploy a KubeADM-adminstered cluster. Armada deploys Armada, Deckhand,
and Shipyard into the cluster. The Airship components deploy OpenStack using
the documents provided by the Airskiff site. Airskiff is not safe for
production and should not be duplicated for production usage.

[0] https://github.com/mattmceuen/airskiff

Depends-On: https://review.openstack.org/#/c/613686/
Depends-On: https://review.openstack.org/#/c/614032/
Change-Id: Iae1efcca0812b98a9ad05aa8b869bdccfdb7e44b
2018-11-10 22:01:35 +00:00