Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/kayobe/ansible/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
collections:
- name: stackhpc.cephadm
version: 1.7.0
version: 1.8.0
- name: stackhpc.pulp
version: 0.3.0
- name: pulp.squeezer
Expand Down
3 changes: 3 additions & 0 deletions etc/kayobe/cephadm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ cephadm_registry_username: "{{ stackhpc_docker_registry_username }}"
# Ceph container image registry password.
cephadm_registry_password: "{{ stackhpc_docker_registry_password }}"

# Cephadm admin network interface.
cephadm_admin_interface: "{{ admin_oc_net_name | net_interface }}"

# Ceph public network interface.
cephadm_public_interface: "{{ storage_net_name | net_interface }}"

Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ stackhpc_pulp_repository_container_repos_ceph:
url: "https://quay.io"
policy: on_demand
state: present
include_tags: "{{ cephadm_image_tag }}"
required: "{{ stackhpc_sync_ceph_images | bool }}"

# List of Ceph container image distributions.
Expand Down