diff --git a/.gitignore b/.gitignore index c3764f9..a5c50c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ credentials/ sysadm-provisioning/ swh-*/ k8s-clusters-config/ k8s-private-data/ +/objstorage-ansible/ diff --git a/.mrconfig b/.mrconfig index 110cd69..f9abb7a 100644 --- a/.mrconfig +++ b/.mrconfig @@ -1,32 +1,35 @@ # keep the list sorted alphabetically by local repo name [credentials] checkout = git clone 'https://forge.softwareheritage.org/source/credentials' 'credentials' [swh-apps] checkout = git clone 'https://gitlab.softwareheritage.org/swh/infra/swh-apps.git' 'swh-apps' fixups = git remote set-url origin https://gitlab.softwareheritage.org/swh/infra/swh-apps.git [swh-charts] checkout = git clone 'https://gitlab.softwareheritage.org/swh/infra/ci-cd/swh-charts.git' 'swh-charts' fixups = git remote set-url origin https://gitlab.softwareheritage.org/swh/infra/ci-cd/swh-charts.git [swh-ipxe] checkout = git clone 'https://gitlab.softwareheritage.org/swh/infra/ipxe.git' swh-ipxe [sysadm-provisioning] checkout = git clone 'https://gitlab.softwareheritage.org/swh/infra/swh-sysadmin-provisioning.git' 'sysadm-provisioning' fixups = git remote set-url origin https://gitlab.softwareheritage.org/swh/infra/swh-sysadmin-provisioning.git [k8s-clusters-config] checkout = git clone 'https://gitlab.softwareheritage.org/swh/infra/ci-cd/k8s-clusters-conf.git' k8s-clusters-config fixups = git remote set-url origin https://gitlab.softwareheritage.org/swh/infra/ci-cd/k8s-clusters-conf.git [k8s-private-data] checkout = git clone git@gitlab.softwareheritage.org:/infra-private/k8s-swh-private-data.git k8s-private-data fixups = git remote set-url origin git@gitlab.softwareheritage.org:/infra-private/k8s-swh-private-data.git + +[objstorage-ansible] +checkout = git clone git@gitlab.softwareheritage.org:/infra-private/objstorage-ansible.git -b swh