OpenDev Sysadmins fe977bd480 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:52:15 +00:00

24 lines
809 B
YAML

---
- job:
name: limestone-ci-deploy
description: >-
Run openstack-ansible to deploy the Limestone Networks
CI cloud
pre-run: zuul.d/playbooks-deploy/pre.yml
run: zuul.d/playbooks-deploy/run.yml
post-run: zuul.d/playbooks-deploy/post.yml
timeout: 10800
allowed-projects:
- limestone/ci-cloud-config
vars:
vault_key_path: "{{ ansible_user_dir }}/.vault"
ssh_agent_sock: "{{ ansible_user_dir }}/.ssh-agent.sock"
lsn_ci_src_path: "{{ ansible_user_dir }}/{{ (zuul.projects | dictsort | selectattr('1.short_name', 'equalto', 'limestone-ci-cloud') | list | first).1.src_dir }}"
secrets:
- name: ssh_key_secret
secret: limestone_ci_ssh_key
- name: vault_secret
secret: limestone_ci_vault
nodeset: ubuntu-bionic