Skip to content

Commit 6415693

Browse files
authored
Merge branch 'stackhpc/xena' into local-pulp-tls
2 parents 7d6a6cb + 521ae75 commit 6415693

File tree

171 files changed

+86520
-613
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+86520
-613
lines changed

.automation.conf/config.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ if [ ! -z ${KAYOBE_ENVIRONMENT:+x} ]; then
1919
# Seem to get servers failing to spawn with higher concurrency
2020
export TEMPEST_CONCURRENCY=1
2121
fi
22+
if [[ "$KAYOBE_ENVIRONMENT" =~ "ci-multinode" ]]; then
23+
export KAYOBE_AUTOMATION_TEMPEST_LOADLIST=tempest-full
24+
export KAYOBE_AUTOMATION_TEMPEST_SKIPLIST=ci-multinode
25+
fi
2226
fi
2327

2428
if [[ -z "${KAYOBE_AUTOMATION_TEMPEST_CONF_OVERRIDES:+x}" ]] || [[ ! -e "${KAYOBE_AUTOMATION_TEMPEST_CONF_OVERRIDES}" ]]; then

.automation.conf/tempest/load-lists/tempest-full

Lines changed: 1601 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details.*: "Cirros image doesn't have '/var/run/udhcpc.eth0.pid"
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
[DEFAULT]
2+
openstack_client_http_timeout = 300
3+
4+
[auth]
5+
compute_quotas = cores:-1,ram:-1
6+
7+
[identity]
8+
v3_endpoint_type = publicURL
9+
10+
[compute]
11+
min_compute_nodes = 2
12+
min_microversion = 2.1
13+
max_microversion = 2.88
14+
15+
[service-clients]
16+
http_timeout = 600
17+
18+
[compute-feature-enabled]
19+
resize = true
20+
live_migration = true
21+
block_migration_for_live_migration = false
22+
volume_backed_live_migration = true
23+
console_output = true
24+
25+
[volume]
26+
min_microversion = 3.0
27+
max_microversion = 3.66
28+
29+
[dashboard]
30+
dashboard_url = http://192.168.39.2

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
name: Build Kolla container images
3535
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
3636
runs-on: [self-hosted, stackhpc-kayobe-config-kolla-builder]
37+
timeout-minutes: 720
3738
steps:
3839
- uses: actions/checkout@v3
3940
with:
@@ -43,7 +44,7 @@ jobs:
4344
uses: actions/checkout@v3
4445
with:
4546
repository: stackhpc/kayobe
46-
ref: refs/heads/stackhpc/wallaby
47+
ref: refs/heads/stackhpc/xena
4748
path: src/kayobe
4849

4950
# FIXME: Failed in kolla-ansible : Ensure the latest version of pip is installed

.github/workflows/stackhpc-promote.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: Promote package repositories
33
on:
44
push:
55
branches:
6-
# NOTE(mgoddard): Keep this list tightly controlled, since we only want
7-
# to promote from release branches.
8-
- stackhpc/wallaby
6+
# NOTE(mgoddard): Reference only the current release branch here.
7+
- stackhpc/xena
98
jobs:
109
promote:
1110
name: Trigger package repository promotion

.github/workflows/stackhpc-pull-request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
python-version: 3.8
1919
- environment: releasenotes
2020
python-version: 3.8
21+
- environment: docs
22+
python-version: 3.8
2123
name: Tox ${{ matrix.environment }} with Python ${{ matrix.python-version }}
2224
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
2325
steps:

.github/workflows/tag-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tag & Release
33
'on':
44
push:
55
branches:
6-
- stackhpc/wallaby
6+
- stackhpc/xena
77
permissions:
88
contents: write
99
jobs:

.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/wallaby
5+
defaultbranch=stable/xena

0 commit comments

Comments
 (0)