Skip to content

Commit d77fcb1

Browse files
committed
ci-multinode: Use Ark package repositories to install packages
Similar to e9130b9 but applied to ci-multinode rather than ci-aio. Previously we were using Test Pulp on SMS lab, but this is out of action. Switching to Ark allows CI jobs to run on Leafcloud (or anywhere with Internet access).
1 parent 2d8d500 commit d77fcb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/kayobe/environments/ci-multinode/stackhpc-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ kolla_docker_namespace: stackhpc-dev
1010

1111
# Host and port of a package repository mirror.
1212
# Build and deploy the development Pulp service repositories.
13-
stackhpc_repo_mirror_url: "http://pulp-server.internal.sms-cloud:8080"
13+
# Use Ark's package repositories to install packages.
14+
stackhpc_repo_mirror_url: "{{ stackhpc_release_pulp_url }}"
1415
stackhpc_repo_mirror_username: "skc-ci-aio"
1516
stackhpc_repo_mirror_password: !vault |
1617
$ANSIBLE_VAULT;1.1;AES256

0 commit comments

Comments
 (0)