Skip to content

Commit f68a284

Browse files
committed
Merge remote-tracking branch 'upstream/stable/2023.1' into stackhpc/2023.1
2 parents a8c4598 + b6a94df commit f68a284

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

.gitreview

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
host=review.opendev.org
33
port=29418
44
project=openstack/kayobe-config.git
5-
defaultbranch=stable/zed
5+
defaultbranch=stable/2023.1

etc/kayobe/globals.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
###############################################################################
55
# Local path configuration (Ansible control host).
66

7-
# Path to Kayobe configuration directory on Ansible control host, with an
8-
# environment path appended if kayobe_environment is set.
7+
# Path to Kayobe configuration directory on Ansible control host.
98
#kayobe_config_path:
109

1110
# Name of Kayobe environment to use. Default is $KAYOBE_ENVIRONMENT, or an

etc/kayobe/kolla.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,19 @@ kolla_build_args:
445445
# remotely on the target nodes. If None, no virtualenv will be used.
446446
#kolla_ansible_target_venv:
447447

448+
# Password to use to encrypt the kolla-ansible passwords.yml file.
449+
#kolla_ansible_vault_password:
450+
451+
# Hashi Vault
452+
#kolla_ansible_vault_addr:
453+
#kolla_ansible_vault_mount_point:
454+
#kolla_ansible_vault_kv_path:
455+
#kolla_ansible_vault_namespace:
456+
#kolla_ansible_vault_role_id:
457+
#kolla_ansible_vault_secret_id:
458+
#kolla_ansible_vault_token:
459+
#kolla_ansible_vault_cacert:
460+
448461
# Whether TLS is enabled for the external API endpoints. Default is 'no'.
449462
#kolla_enable_tls_external:
450463

etc/kayobe/openstack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
###############################################################################
33
# OpenStack release configuration.
44

5-
# Name of the current OpenStack release. Default is "zed".
5+
# Name of the current OpenStack release. Default is "2023.1".
66
#openstack_release:
77

8-
# Name of the current OpenStack branch. Default is "stable/zed".
8+
# Name of the current OpenStack branch. Default is "stable/2023.1".
99
#openstack_branch:
1010

1111
###############################################################################

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ skipsdist = True
66
[testenv]
77
install_command = pip install {opts} {packages}
88
deps =
9-
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed}
9+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
1010
-r{toxinidir}/test-requirements.txt
1111

1212
[testenv:pep8]

0 commit comments

Comments
 (0)