File tree Expand file tree Collapse file tree 5 files changed +18
-6
lines changed Expand file tree Collapse file tree 5 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 2
2
host=review.opendev.org
3
3
port=29418
4
4
project=openstack/kayobe-config.git
5
- defaultbranch=stable/zed
5
+ defaultbranch=stable/2023.1
Original file line number Diff line number Diff line change 4
4
# ##############################################################################
5
5
# Local path configuration (Ansible control host).
6
6
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.
9
8
# kayobe_config_path:
10
9
11
10
# Name of Kayobe environment to use. Default is $KAYOBE_ENVIRONMENT, or an
Original file line number Diff line number Diff line change @@ -445,6 +445,19 @@ kolla_build_args:
445
445
# remotely on the target nodes. If None, no virtualenv will be used.
446
446
# kolla_ansible_target_venv:
447
447
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
+
448
461
# Whether TLS is enabled for the external API endpoints. Default is 'no'.
449
462
# kolla_enable_tls_external:
450
463
Original file line number Diff line number Diff line change 2
2
# ##############################################################################
3
3
# OpenStack release configuration.
4
4
5
- # Name of the current OpenStack release. Default is "zed ".
5
+ # Name of the current OpenStack release. Default is "2023.1 ".
6
6
# openstack_release:
7
7
8
- # Name of the current OpenStack branch. Default is "stable/zed ".
8
+ # Name of the current OpenStack branch. Default is "stable/2023.1 ".
9
9
# openstack_branch:
10
10
11
11
# ##############################################################################
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ skipsdist = True
6
6
[testenv]
7
7
install_command = pip install {opts} {packages}
8
8
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 }
10
10
-r{toxinidir}/test-requirements.txt
11
11
12
12
[testenv:pep8]
You can’t perform that action at this time.
0 commit comments