CI/CD
Automating OKE Clusters start/stop with DevCS
Reusing the work published here, here and here we are showing today how to schedule the start/stop sequence of an OKE cluster with Developer Cloud Service. Start job Create a build with the step as follows: git clone https://github.com/javiermugueta/oke-cluster-start-stop.git cd oke-cluster-start-stop ./oke-cluster-start-stop.sh -r=<region> -c=<compartment> -k=<clustername> -o=start The rest of steps pretty much equal to explained […]
MoreSIMPLE SCRIPT TO ARCHIVE OCI AUDIT RECORDS TO OBJECT STORAGE
Update oct 2021: added recursive logic over compartments hierarchy Oracle Cloud provides out the box audit records that can be obtained by tools such the dashboard portal, the APIs like rest/go/java/phy and the CLI. In this post we are explaining how to automate the archiving of the trails to an object storage bucket using the […]
MoreAutomating OIC Start/Stop with DevCS
As we explained before, OIC is one of the PaaS services that can be automated via Developer Cloud Service. Follow the steps explained here except for the build step in which we instruct OIC to start or stop with a slightly different keyword. In short, the syntax is: psm OICINST [start-service|stop-service] -s <servicename> Hope it […]
MoreScheduling with Developer Cloud Service (DevCS) the Start/Stop Sequence of an Oracle Analytics Cloud (OAC) Instance
Oracle Developer Cloud Service (DevCS) is a CI/CD environment provided by Oracle for cloud customers. It is almost free, you only pay for the storage and the compute utilised when jobs are run. Oracle Analytics Cloud (OAC) is a powerful and proactive reporting tool. Builds Builds are the well known tasks typical in Jenkins: Start […]
MorePipelines in Oracle Developer Cloud Service (aka DevCS)
Latest releases of DevCS now provides several new features, one of them is pipelines. In short, pipelines are graphs of steps that can be executed in a more controlled manner. In our use case, we are leveraging pipelines for starting and stopping cloud services that are dependent between them, such as JCS or SOACS that depends […]
MoreMove Developer Cloud Service Project Between Environments in 15 Minutes
The idea here is how to move your CI/CD environment from one environment to another, for instance from presales to delivery. Developer Cloud Service (DevCS) is an CI/CD environment included at no extra cost in your Pass subcription providing git repo, maven repo, wiki, build automation (Hudson/Jenkins), deployment automation, webhooks, issues-agile-scrum-camban dashboard, merges, … What […]
More