small cleanup - changing heat deployment to have same file
permissions as the rest of the .yaml files
Change-Id: I71ac1aa5106e36809bc49ff139b7cf0628900799
This commit moves Glance to use the configuration methods from Heat,
Nova, Neutron and Keystone.
It includes a _values-mvp.yaml that applies values suitable for using
a file backend, including the auto creation of a PVC.
Change-Id: I55a96982a7d0adbc118492aff4b56adf127b2cd1
The /var/log/containers mount is necessary for use with fluentd.
The kubelet creates symlinks that grab the pod name, namespace,
and container name from this directory on the host, so it needs
to be mounted
Change-Id: Ib1e4769b739d1f85ab22ad66612fb96d4c917b33
This patch set adds in a skeleton setup_gate.sh script in preparation
of integration with the OpenStack infra job.
Change-Id: I62e84593e50b5e5d8ee04007d5e36cd3116322d8
Adding lost parameter to neutron to nova API call: "auth_type: password"
Also correcting the project_name and username to neutron-> keystone
communication.
Change-Id: I516a2d5fb17b0ac2ca170b249185a914b34c8250
oslo_concurrency value was not correctly defined in neutron/values.yaml.
The template structure expects to have oslo_concurrency.oslo.concurrency
fields, while values.yaml had oslo_concurrency.oslo_concurrency fields.
Change-Id: I4930acf290093a5d8b43cf37171380207cecba6b
Removing domain_name from nova.conf in neutron section. domain_name and
project_name cannot be declared in the same section in the same time
for keystone auth.
Otherwise the exception is raised:
AuthorizationFailure: Authentication cannot be scoped to multiple targets.
Pick one of: project, domain, trust or unscoped
Change-Id: I55072d3662a9bfeb76725e5f0b4612b68e980605
Corrected then in the following guide located at
docs/guides-install/developer/install-minikube.md
Change-Id: Id56fb847d68b57563ef520b13716b5b61637266b
Closes-Bug: #1684969
This patch set removes the .github directory as this project
moved from github to OpenStack gerrit system.
Change-Id: Ie606388cefba5f3fd153209023bb6a626c10b5fe
This PS brings Heat inline with Nova, Neutron and Keystone providing
a mechanism for appending additional volumes to the manifests as
required.
Change-Id: I17045d35ce5d3e7cfc654c1d962aabd8e6fc73f8