StarlingX Puppet modules and manifests
Go to file
Andy Ning 6adf744195 Change subcloud local registry token auth realm to registry.local
In DC system, subcloud local registry token realm is currently set to
oam floating IP address. When a new docker registry certificate is
installed in central cloud and get synced to subcloud, access to local
registry in subcloud is broken during certificate verfication, with error
like the following:

Error response from daemon: Get https://registry.local:9001/v2/: Get
https://10.10.10.13:9002/token/?account=admin&client_id=docker&
offline_token=true&service=192.168.101.2%3A9001:
x509: certificate is valid for 192.168.204.2, 10.10.10.3, not
10.10.10.13

This change updated subcloud local registry's token auth realm to be
domain name registry.local so the certificate verfication is against
the DNS names in the certifcate. This makes the verfication succeed.

Change-Id: I710e2e27461276db90cd9f9275655b5ecf00e342
Closes-Bug: 1851252
Signed-off-by: Andy Ning <andy.ning@windriver.com>
2019-11-20 16:12:48 -05:00
modules Revert "remove flag fault_management_pod_disabled" 2019-10-23 13:59:37 +08:00
playbooks/tox-puppet-lint Fix puppet-lint errors 2019-10-09 15:39:30 -05:00
puppet-manifests Change subcloud local registry token auth realm to registry.local 2019-11-20 16:12:48 -05:00
.gitignore Adding zuul jobs for new repo 2019-09-09 14:52:12 -05:00
.gitreview Add a .gitreview file to the new repo 2019-09-09 09:45:59 -05:00
.zuul.yaml Setup puppet-lint for new repo 2019-09-24 10:51:11 -04:00
CONTRIBUTING.rst Adding zuul jobs for new repo 2019-09-09 14:52:12 -05:00
HACKING.rst Adding zuul jobs for new repo 2019-09-09 14:52:12 -05:00
centos_build_layer.cfg Build layering, add layer build config file 2019-10-15 19:16:17 +08:00
centos_iso_image.inc Config file changes to add 'puppet-manifests modules/puppet-dcdbsync modules/puppet-dcmanager modules/puppet-dcorch modules/puppet-fm modules/puppet-mtce modules/puppet-nfv modules/puppet-patching modules/puppet-smapi modules/puppet-sshd modules/puppet-sysinv ' after relocation from 'stx-config' 2019-09-04 11:07:06 -04:00
centos_pkg_dirs Config file changes to add 'puppet-manifests modules/puppet-dcdbsync modules/puppet-dcmanager modules/puppet-dcorch modules/puppet-fm modules/puppet-mtce modules/puppet-nfv modules/puppet-patching modules/puppet-smapi modules/puppet-sshd modules/puppet-sysinv ' after relocation from 'stx-config' 2019-09-04 11:07:06 -04:00
requirements.txt Adding zuul jobs for new repo 2019-09-09 14:52:12 -05:00
test-requirements.txt Adding zuul jobs for new repo 2019-09-09 14:52:12 -05:00
tox.ini Fix puppet-lint errors 2019-10-09 15:39:30 -05:00