This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/no-execute | |
| # shellcheck shell=bash | |
| # SPDX-License-Identifier: EPL-1.0 | |
| ############################################################################## | |
| # Copyright (c) 2019 The Linux Foundation and others. | |
| # | |
| # All rights reserved. This program and the accompanying materials | |
| # are made available under the terms of the Eclipse Public License v1.0 | |
| # which accompanies this distribution, and is available at |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Script to run the sigul signing within the docker image | |
| set -x | |
| echo "Sign files in: $SIGN_DIR" | |
| set -e # Fail immediately if any if signing fails | |
| find "${SIGN_DIR}" -type f ! -name "*.asc" \ | |
| ! -name "*.md5" \ | |
| ! -name "*.sha1" \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM centos:7 | |
| SHELL ["/bin/bash", "-c"] | |
| RUN echo $'[fedora-infra-sigul] \n\ | |
| name=Fedora builder packages for sigul \n\ | |
| baseurl=https://kojipkgs.fedoraproject.org/repos-dist/epel\$releasever-infra/latest/\$basearch/ \n\ | |
| enabled=1 \n\ | |
| gpgcheck=1 \n\ | |
| gpgkey=https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS \n\ | |
| includepkgs=sigul* \n\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| builder]$ ./check-bashisms.sh | |
| could not find any possible bashisms in bash script ./jenkins-init-scripts/mininet-ubuntu.sh | |
| could not find any possible bashisms in bash script ./jenkins-init-scripts/robot.sh | |
| could not find any possible bashisms in bash script ./jenkins-init-scripts/builder.sh | |
| could not find any possible bashisms in bash script ./jenkins-init-scripts/devstack.sh | |
| could not find any possible bashisms in bash script ./jenkins-init-scripts/docker.sh | |
| could not find any possible bashisms in bash script ./packer/provision/system_reseal_local_env.sh | |
| could not find any possible bashisms in bash script ./packer/provision/rh-user_data.sh | |
| could not find any possible bashisms in bash script ./packer/provision/system_reseal.sh | |
| could not find any possible bashisms in bash script ./packer/provision/null_data.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubectl get po -A -o wide | |
| NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES | |
| default sdnc-opendaylight-0 0/1 Pending 0 37m <none> <none> <none> <none> | |
| kube-system calico-kube-controllers-7b67cb9dd4-vnfm8 0/1 Pending 0 44m <none> <none> <none> <none> | |
| kube-system calico-node-9kwq4 1/1 Running 0 40m 10.0.0.50 sandbox-packaging-k8s-odl-depl-ycser6ofq7ic-node-1 <none> <none> | |
| kube-system calico-node-jvpgh 1/1 Running 0 40m 10.0.0.59 sandbox-packaging-k8s-odl-depl-ycser6ofq7ic-node-0 <none> <none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # SPDX-License-Identifier: EPL-1.0 | |
| ############################################################################## | |
| # Copyright (c) 2017 The Linux Foundation and others. | |
| # | |
| # All rights reserved. This program and the accompanying materials | |
| # are made available under the terms of the Eclipse Public License v1.0 | |
| # which accompanies this distribution, and is available at | |
| # http://www.eclipse.org/legal/epl-v10.html | |
| ############################################################################### |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // CR coming into AR on the stable/magnesium branch on each day for the one month period. | |
| $ git branch | |
| * (HEAD detached at origin/stable/magnesium) | |
| master | |
| stable/magnesium | |
| $ git submodule foreach "git log --oneline --graph --decorate --no-merges --pretty='format:%as %h' --since=1.month.ago" | |
| Entering 'aaa' | |
| Entering 'bgpcep' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // CR coming into AR on the master branch on each day for the one month period. | |
| $ git submodule foreach "git log --oneline --graph --decorate --no-merges --pretty='format:%as %h' --since=1.month.ago" #| grep -v Entering | awk -F' ' -e '{print $2}' | sort | uniq | |
| Entering 'aaa' | |
| Entering 'bgpcep' | |
| Entering 'controller' | |
| * 2020-10-13 5ed0b16605 | |
| Entering 'daexim' | |
| Entering 'genius' | |
| Entering 'infrautils' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // CR coming into AR on the stable/aluminum branch on each day for the one month period. | |
| $ git submodule foreach "git log --oneline --graph --decorate --no-merges --pretty='format:%as %h' --since=1.month.ago" | grep -v Entering | awk -F' ' -e '{print $2}' | sort | uniq | |
| 2019-07-23 | |
| 2020-05-25 | |
| 2020-06-30 | |
| 2020-08-04 | |
| 2020-08-23 | |
| 2020-08-24 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ sudo dnf system-upgrade download --refresh --releasever=29 | |
| [sudo] password for '': | |
| Before you continue ensure that your system is fully upgraded by running "dnf --refresh upgrade". Do you want to continue [y/N]: y | |
| Fedora 29 - x86_64 - Updates 1.3 MB/s | 5.5 MB 00:04 | |
| Failed to synchronize cache for repo 'spartacus06-yubikey-utils', disabling. | |
| Failed to synchronize cache for repo 'docker-ce-stable', disabling. | |
| Failed to synchronize cache for repo 'fedora-infra-sigul', disabling. | |
| Failed to synchronize cache for repo 'virtualbox', disabling. | |
| Last metadata expiration check: 0:00:00 ago on Sat 03 Nov 2018 12:22:35 PM AEST. | |
| Error: |