The ansible instance is set up using ansible. The nginx credentials
were missing which let the sync of the sstate-cache mirror fail.
Thus, adapting the environment by adding the credentials.
Including the update of the documentation
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
when seeding a branch other than the default one the poll
detects a SCM change and triggers right after a new seed job
which might revert the jobs seeded by the previous job run.
With this behavior it won't be possible to seed a specific
and run the intentionaly seeded jobs.
Thus, this commit disables SCM poll.
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
there is an issue with curl getting the Belden root cert, thus the
setup was completely moved to the playbook.
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
The initial start is now moved to the playbook setting NWL jenkins
up. Thus the start/stop playbook does no longer need the initial
parameter as variable.
With it the NWL jenkins docker image was versionized to 0.0.3 and
the jenkins version was updated to the latest version.
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
the git credential ID is different for the AWX instance, thus the
jobs are selected according the hostname.
additionally I reordered the seed jobs in nwl-cicd.yaml
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>