doc/researchAnsible: added note about changed playbooks with truststore setup
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
9c870c9e29
commit
a41e82830e
|
|
@ -1055,6 +1055,9 @@ things to deploy the new Jenkins with a playbook:
|
|||
+ Change the variable is_initial at launch time to ``is_initial: "false"`` to just start, i.e. without
|
||||
building the docker environment
|
||||
|
||||
.. note::
|
||||
have a look at section `Deployment to Nexus`_
|
||||
|
||||
- Press Save
|
||||
|
||||
#. Launch the job *Setup CI Environment*
|
||||
|
|
@ -1235,6 +1238,11 @@ procedure (which is the same as once upon a time for the CoreOS instance) shows
|
|||
|
||||
This part should now be integrated into an ansible playbook.
|
||||
|
||||
.. note::
|
||||
Integrating the root CA import into the ansible playbook **setup-nwl-jenkins.yaml** increased the docker image
|
||||
version to 0.0.3 and made the paramter variable ``is_initial: "true"`` for the **start-stop-nwl-jenkins.yaml**
|
||||
playbook obsolete. The reason resides in the bring-up of the docker container for the setup of the truststore.
|
||||
|
||||
|
||||
|
||||
Trigger Job per Webhook
|
||||
|
|
|
|||
Loading…
Reference in New Issue