Skip to content
Snippets Groups Projects
Verified Commit 4ed73788 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

update dependency links to open.greenhost.net, update some mentions of bootstrap to openappstack

parent 58a53510
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
# Ignore files created during CI using test/ci-bootstrap.py
/test/group_vars/all/
/test/inventory.yml
/test/inventory*
/test/behave/behave.ini
/test/behave/rerun_failing.features
/test/cluster_data/
......
......@@ -6,7 +6,7 @@ stages:
- integration-test
- cleanup
image: "${CI_REGISTRY_IMAGE}/bootstrap-ci:${CI_COMMIT_REF_NAME}"
image: "${CI_REGISTRY_IMAGE}/openappstack-ci:${CI_COMMIT_REF_NAME}"
ci_test_image:
stage: build
......@@ -19,8 +19,8 @@ ci_test_image:
- docker info
script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker build -t ${CI_REGISTRY_IMAGE}/bootstrap-ci:${CI_COMMIT_REF_NAME} test/
- docker push ${CI_REGISTRY_IMAGE}/bootstrap-ci:${CI_COMMIT_REF_NAME}
- docker build -t ${CI_REGISTRY_IMAGE}/openappstack-ci:${CI_COMMIT_REF_NAME} test/
- docker push ${CI_REGISTRY_IMAGE}/openappstack-ci:${CI_COMMIT_REF_NAME}
only:
changes:
- test/Dockerfile
......
......@@ -22,7 +22,7 @@
# mitogen fails installing the `openshift` python module as requirement
# for the `k8s` ansible resource, and using `k8s` in the same context.
# That's why we use the standard `linear` ansible strategy for this role.
# See https://code.greenhost.net/openappstack/bootstrap/issues/102
# See https://open.greenhost.net/openappstack/openappstack/issues/102
strategy: linear
roles:
- role: configure
......
......@@ -22,7 +22,7 @@
tags:
- git
git:
repo: 'https://code.greenhost.net/openappstack/charts'
repo: 'https://open.greenhost.net/openappstack/charts'
dest: '/oas/source/repos/charts'
version: '{{ git_charts_version }}'
......@@ -30,7 +30,7 @@
tags:
- git
git:
repo: 'https://code.greenhost.net/openappstack/nextcloud'
repo: 'https://open.greenhost.net/openappstack/nextcloud'
dest: '/oas/source/repos/nextcloud'
version: '{{ git_nextcloud_version }}'
......@@ -38,7 +38,7 @@
tags:
- git
git:
repo: 'https://code.greenhost.net/openappstack/local-storage'
repo: 'https://open.greenhost.net/openappstack/local-storage'
dest: '/oas/source/repos/local-storage'
version: '{{ git_local_storage_version }}'
......
......@@ -37,7 +37,7 @@ Do these three steps to prepare the installation process:
1. You need to have a configuration file called `local.yaml` in the
following directory relative to this directory:
`../../../config/values/local.yaml`. Use our template at
https://code.greenhost.net/openappstack/bootstrap/blob/master/ansible/roles/configure_helmfile/templates/local.yaml.j2
https://open.greenhost.net/openappstack/openappstack/blob/master/ansible/roles/configure_helmfile/templates/local.yaml.j2
and fill in the variables.
1. You need to set some environment variables:
......
......@@ -6,7 +6,7 @@ environments:
# Note: needs helm-git plugin (https://github.com/aslafy-z/helm-git)
repositories:
- name: onlyoffice-documentserver
url: git+https://code.greenhost.net/openappstack/nextcloud@onlyoffice-documentserver?ref=master
url: git+https://open.greenhost.net/openappstack/nextcloud@onlyoffice-documentserver?ref=master
......
......@@ -35,7 +35,7 @@ or directly (allows better debugging since pytest won't eat stdout):
Export the following environment variables like this:
export CI_REGISTRY_IMAGE='docker.greenhost.net/openappstack/bootstrap'
export CI_REGISTRY_IMAGE='open.greenhost.net:4567/openappstack/openappstack'
export SSH_PRIVATE_KEY="$(cat ~/.ssh/id_ed25519_oas_ci)"
export COSMOS_API_TOKEN='…'
......
......@@ -15,12 +15,12 @@ For grafana test:
-t grafana
# Run behave tests in bootstrap-ci docker image
# Run behave tests in openappstack-ci docker image
docker run --rm -it docker.greenhost.net/openappstack/bootstrap/bootstrap-ci sh
docker run --rm -it open.greenhost.net:4567/openappstack/openappstack/openappstack-ci sh
apk --no-cache add git
git clone https://code.greenhost.net/openappstack/bootstrap.git
cd bootstrap/test/behave
git clone https://open.greenhost.net/openappstack/openappstack.git
cd openappstack/test/behave
behave -D nextcloud.url=https://files.ci-20410.ci.openappstack.net \
-D nextcloud.admin.password=…
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment