X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fjenkins.rst;h=a835bd1f124a835665e833b15fc0f7785b2d8b93;hb=dad69965f833997bed1de791701647f560d4d13b;hp=486ce85780ffb8082c352433ad4c19c843977915;hpb=10e2648b2fd712c8d856f5ec9dd813fa180a7e1e;p=releng%2Fbuilder.git diff --git a/docs/jenkins.rst b/docs/jenkins.rst index 486ce8578..a835bd1f1 100644 --- a/docs/jenkins.rst +++ b/docs/jenkins.rst @@ -204,23 +204,19 @@ accounts in the cloud so should ensure consistent performance. - CPUs - Memory - * - odl-standard-1 - - 1 - - 4 - - * - odl-standard-2 + * - v3-standard-2 - 2 - 8 - * - odl-standard-4 + * - v3-standard-4 - 4 - 16 - * - odl-standard-8 + * - v3-standard-8 - 8 - 32 - * - odl-standard-16 + * - v3-standard-16 - 16 - 64 @@ -260,8 +256,8 @@ Pool: ODLVEX prd-centos7-autorelease-4c-16g Packer Template
releng/builder/packer/templates/builder.json - Spinup Script
- releng/builder/jenkins-scripts/builder.sh + Playbook
+ releng/builder/packer/common-packer/provision/baseline.yaml @@ -278,7 +274,7 @@ Pool: ODLVEX Minion Template names
centos7-robot-2c-2g Packer Template
releng/builder/packer/templates/robot.json - Spinup Script
releng/builder/jenkins-scripts/robot.sh + Playbook
releng/builder/packer/provision/robot.yaml @@ -292,27 +288,14 @@ Pool: ODLVEX - Jenkins Labels
ubuntu1404-mininet-2c-2g - Minion Template names
ubuntu1404-mininet-2c-2g - Packer Template
- releng/builder/packer/teamplates/mininet.json - Spinup Script
releng/builder/jenkins-scripts/mininet-ubuntu.sh + Jenkins Labels
ubuntu1804-mininet-ovs-28-2c-2g + Minion Template names
ubuntu1804-mininet-ovs-28-2c-2g + Packer Template
releng/builder/packer/templates/mininet-ovs-2.8.json + Playbook
releng/builder/packer/provision//mininet-ovs-2.8.yaml - Basic Ubuntu 14.04 (Trusty) system with ovs 2.0.2 and mininet 2.1.0 - - - - - Jenkins Labels
ubuntu1404-mininet-ovs-23-2c-2g - Minion Template names
ubuntu1404-mininet-ovs-23-2c-2g - Packer Template
releng/builder/packer/templates/mininet-ovs-2.3.json - Spinup Script
releng/builder/jenkins-scripts/mininet-ubuntu.sh - - - - Ubuntu 16.04 (Xenial) system with ovs 2.5 and mininet 2.2.1 + Ubuntu 18.04 (Bionic Beaver) system with ovs 2.8 @@ -320,7 +303,7 @@ Pool: ODLVEX Jenkins Labels
centos7-devstack-2c-4g Minion Template names
centos7-devstack-2c-4g Packer Template
releng/builder/packer/templates/devstack.json - Spinup Script
releng/builder/jenkins-scripts/devstack.sh + Playbook
releng/builder/packer/provision/devstack.yaml @@ -335,7 +318,7 @@ Pool: ODLVEX Jenkins Labels
centos7-docker-2c-4g Minion Template names
centos7-docker-2c-4g Packer Template
releng/builder/packer/templates/docker.json - Spinup Script
releng/builder/jenkins-scripts/docker.sh + Playbook
releng/builder/packer/common-packer/provision/docker.yaml @@ -346,18 +329,6 @@ Pool: ODLVEX - - Jenkins Labels
ubuntu1604-gbp-2c-2g - Minion Template names
ubuntu1604-gbp-2c-2g - Packer Template
releng/builder/packer/templates/gbp.json - Spinup Script
releng/builder/jenkins-scripts/gpb.sh - - - - Ubuntu 16.04 (Xenial) node with latest OVS and docker installed. Used by Group Based Policy. - - - Pool: ODLVEX - HOT (Heat Orchestration Templates) @@ -810,19 +781,17 @@ Maven Properties ---------------- We provide a properties which your job can take advantage of if you want to do -something different depending on the job type that is run. If you create a -profile that activates on a property listed blow. The JJB templated jobs will -be able to activate the profile during the build to run any custom code you -wish to run in your project. +trigger a different configuration depending on job type. You can create a +profile that activates on a property listed below. The JJB templated jobs will +activate the profile during the build to run any custom code configuration you +wish to run for this job type. .. code-block:: bash - -Dmerge : This flag is passed in our Merge job and is equivalent to the - Maven property - true. - -Dsonar : This flag is passed in our Sonar job and is equivalent to the - Maven property - true. + -Dmerge : The Merge job sets this flag and is the same as setting the + Maven property true. + -Dsonar : The Sonar job sets this flag and is the same as setting the + Maven property true. .. _odl-jenkins-sandbox: @@ -831,7 +800,7 @@ Jenkins Sandbox URL: https://jenkins.opendaylight.org/sandbox -Jenkins Sandbox documentation can be found in the +Jenkins Sandbox documentation is available in the :doc:`LF Jenkins Sandbox Guide `. .. _example-jenkins.ini: https://git.opendaylight.org/gerrit/gitweb?p=releng/builder.git;a=blob;f=jenkins.ini.example @@ -842,18 +811,18 @@ Jenkins Sandbox documentation can be found in the .. _jjb-docs: http://ci.openstack.org/jenkins-job-builder/ .. _jjb-init-project.py: https://git.opendaylight.org/gerrit/gitweb?p=releng/builder.git;a=blob;f=scripts/jjb-init-project.py .. _jjb-repo: https://github.com/openstack-infra/jenkins-job-builder -.. _jjb-requirements.txt: https://github.com/openstack-infra/jenkins-job-builder/blob/master/requirements.txt +.. _jjb-requirements.txt: https://opendev.org/jjb/jenkins-job-builder/raw/branch/master/requirements.txt .. _jjb-templates: https://git.opendaylight.org/gerrit/gitweb?p=releng/builder.git;a=tree;f=jjb -.. _odl-jjb-requirements.txt: https://git.opendaylight.org/gerrit/gitweb?p=releng/builder.git;a=blob;f=jjb/requirements.txt +.. _odl-jjb-requirements.txt: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng/global-jjb.git;a=blob;f=requirements.txt; .. _odl-nexus: https://nexus.opendaylight.org .. _odl-sonar: https://sonar.opendaylight.org .. _python-virtualenv: https://virtualenv.readthedocs.org/en/latest/ .. _python-virtualenvwrapper: https://virtualenvwrapper.readthedocs.org/en/latest/ -.. _releng-wiki: https://wiki.opendaylight.org/view/RelEng:Main -.. _releng-builder-gerrit: https://git.opendaylight.org/gerrit/#/admin/projects/releng/builder +.. _releng-wiki: https://docs.releng.linuxfoundation.org/en/latest/ +.. _releng-builder-gerrit: https://git.opendaylight.org/gerrit/admin/repos/releng%2Fbuilder .. _releng-builder-repo: https://git.opendaylight.org/gerrit/gitweb?p=releng%2Fbuilder.git;a=summary .. _releng-global-jjb: https://gerrit.linuxfoundation.org/infra/#/q/project:releng/global-jjb -.. _releng-builder-wiki: https://wiki.opendaylight.org/view/RelEng/Builder +.. _releng-builder-wiki: https://wiki.opendaylight.org/pages/viewpage.action?pageId=329336 .. _streams-design-background: https://lists.opendaylight.org/pipermail/release/2015-July/003139.html .. _spinup-scripts: https://git.opendaylight.org/gerrit/gitweb?p=releng/builder.git;a=tree;f=jenkins-scripts .. _spinup-scripts-basic_settings.sh: https://git.opendaylight.org/gerrit/gitweb?p=releng/builder.git;a=blob;f=jenkins-scripts/basic_settings.sh