Skip to content
Open
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
1 change: 1 addition & 0 deletions .zuul.d/project-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- name: github.com/ansible-collections/ansible.posix
- name: github.com/ansible-collections/ansible.security
- name: github.com/ansible-collections/ansible.utils
- name: github.com/ansible-collections/ansible.windows
- name: github.com/ansible-collections/arista.eos
- name: github.com/ansible-collections/cisco.asa
- name: github.com/ansible-collections/cisco.ios
Expand Down
1 change: 1 addition & 0 deletions _build/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ collections:
- name: ansible.posix
- name: ansible.security
- name: ansible.utils
- name: ansible.windows
- name: arista.eos
- name: cisco.asa
- name: cisco.ios
Expand Down
2 changes: 2 additions & 0 deletions tests/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ FROM quay.io/ansible/python-builder:latest as builder
ARG ZUUL_SIBLINGS=""
COPY --from=requirements /tmp/src /tmp/src
COPY . /tmp/src
RUN curl --silent https://packages.microsoft.com/config/centos/8/prod.repo -o /etc/yum.repos.d/microsoft.repo
RUN assemble

FROM $NETWORK_EE_IMAGE
# =============================================================================

COPY --from=builder /output/ /output/
RUN curl --silent https://packages.microsoft.com/config/centos/8/prod.repo -o /etc/yum.repos.d/microsoft.repo
RUN /output/install-from-bindep \
&& rm -rf /output/
1 change: 1 addition & 0 deletions tests/bindep.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see https://docs.openstack.org/infra/bindep/ for additional information.

powershell-preview [platform:centos-8]
python38-packaging [platform:centos-8]
python38-pyparsing [platform:centos-8]
python38-six [platform:centos-8]
Expand Down
1 change: 1 addition & 0 deletions tools/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ collections:
- name: ansible.posix
- name: ansible.security
- name: ansible.utils
- name: ansible.windows
- name: arista.eos
- name: cisco.asa
- name: cisco.ios
Expand Down