$ oc describe AppliedClusterResourceQuota
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 | |
| yum install -y aws-cli | |
| cd /home/ec2-user/ | |
| aws s3 cp 's3://aws-codedeploy-us-east-1/latest/codedeploy-agent.noarch.rpm' . --region us-east-1 | |
| yum -y install codedeploy-agent.noarch.rpm |
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
| pipeline { | |
| agent { node { label 'swarm-ci' } } | |
| environment { | |
| TEST_PREFIX = "test-IMAGE" | |
| TEST_IMAGE = "${env.TEST_PREFIX}:${env.BUILD_NUMBER}" | |
| TEST_CONTAINER = "${env.TEST_PREFIX}-${env.BUILD_NUMBER}" | |
| REGISTRY_ADDRESS = "my.registry.address.com" | |
| SLACK_CHANNEL = "#deployment-notifications" |
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
| Need to add Tagging to the docker image if a version tag exists on the git repo. |
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
| # gathered from these sources | |
| # https://mborgerson.com/getting-started-with-the-hackrf-one-on-ubuntu-14-04 | |
| # https://github.com/mossmann/hackrf/wiki/Operating-System-Tips | |
| # https://github.com/mossmann/hackrf/tree/master/firmware | |
| # http://marksolters.com/programming/2016/06/22/arm-toolchain-16-04.html | |
| #notes created during the process, it could be off by a couple of sets, YMMV | |
| sudo apt-get update |
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 | |
| # PLACEHOLDERS | |
| # [STAGING_FOLDER] - staging directory in your server | |
| # [STAGING_URL] - staging url | |
| # [STAGING_USER] - staging user in the server | |
| # [STAGING_MYSQLUSER] - staging mysql user | |
| # [STAGING_MYSQLPASSWORD] - staging mysql password | |
| # [ROOTUSER] - Mysql root user | |
| # [ROOTPASSWORD] - Mysql root password |
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
| {"version":1,"resource":"file:///Users/osmanmarks/code/infrastructure-tools/.github/workflows/packer.yml","entries":[{"id":"3A5v.yml","timestamp":1652197643341}]} |