File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,10 @@ command from the base of the ``kayobe-config`` directory:
277
277
278
278
.. code-block :: bash
279
279
280
- sudo -E docker run --detach -it --rm --network host -v $( pwd) :/stack/kayobe-automation-env/src/kayobe-config -v $( pwd) /tempest-artifacts:/stack/tempest-artifacts -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY kayobe:latest /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack
280
+ sudo -E docker run --name kayobe-automation --detach -it --rm --network host \
281
+ -v $( pwd) :/stack/kayobe-automation-env/src/kayobe-config -v $( pwd) /tempest-artifacts:/stack/tempest-artifacts \
282
+ -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY kayobe:latest \
283
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/tempest.sh -e ansible_user=stack
281
284
282
285
By default, ``no_log `` is set to stop credentials from leaking. This can be
283
286
disabled by adding ``-e rally_no_sensitive_log=false `` to the end.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ skipsdist = True
6
6
[testenv]
7
7
install_command = pip install {opts} {packages}
8
8
deps =
9
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack. org/constraints/upper/ yoga}
9
+ -c{env:TOX_CONSTRAINTS_FILE:https://opendev. org/openstack/requirements/raw/branch/unmaintained/ yoga/upper-constraints.txt }
10
10
-r{toxinidir}/test-requirements.txt
11
11
12
12
[testenv:pep8]
@@ -20,7 +20,7 @@ commands =
20
20
allowlist_externals = rm
21
21
skip_install = true
22
22
deps =
23
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack. org/constraints/upper/ yoga}
23
+ -c{env:TOX_CONSTRAINTS_FILE:https://opendev. org/openstack/requirements/raw/branch/unmaintained/ yoga/upper-constraints.txt }
24
24
-r{toxinidir}/releasenotes/requirements.txt
25
25
commands =
26
26
rm -rf releasenotes/build/html
@@ -30,7 +30,7 @@ commands =
30
30
allowlist_externals = rm
31
31
skip_install = true
32
32
deps =
33
- -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack. org/constraints/upper/ yoga}
33
+ -c{env:TOX_CONSTRAINTS_FILE:https://opendev. org/openstack/requirements/raw/branch/unmaintained/ yoga/upper-constraints.txt }
34
34
-r{toxinidir}/doc/requirements.txt
35
35
commands =
36
36
rm -rf doc/build/html
You can’t perform that action at this time.
0 commit comments