Ansible, DevOps, Kubernetes Deploy awx-operator with Helm using images from a local registry 26.06.2023 by Donovan Winter You want to deploy Ansible AWX on a Kubernetes cluster using awx-operator, but your security policy requires you to use a local registry to store the necessary container images ? Okay, let’s see how to do(…)
Application integration & Middleware, DevOps Zabbix Agent Automated Registration 22.06.2023 by Middleware Team For those reading my blog posts regularly, you know I am an fan of automation. Declaring each host in Zabbix configuration manually is not an idea I like very much. Moreover, in dynamic environments which are moving a lot, manual(…)
Ansible, DevOps AWX log keeper. 06.06.2023 by Oracle Team The aim of this project is to use Ansible role to export AWX logs on disk, on daily basis, to have an easy access for debug and investigation.
Ansible, DevOps Using WebHook’s from GitLab to execute external code and tools 06.06.2023 by Oracle Team by Alexandre Nestor Introduction WebHooks are HTTP callbacks that are triggered by events. In case of GitLab these can be events like pushing some code, or creating an issue, or pushing some comments. In this quick post I will(…)
Cloud Troubleshoot cloud-unit “Error: Invalid cloud-config schema: user-data” @ Oracle Cloud Infrastructure 01.06.2023 by Jérôme Witt While applying what seemed to be a minor update, we managed to “break” our cloud-init automated OCI compute instance deployment process. This blog describes how to quickly troubleshoot & debug your #cloud-config on Oracle Cloud Infrastructure (not so different from(…)
AWS, Ansible, Cloud, Database Administration & Monitoring, Kubernetes An overview of “Oracle Cloud Infrastructure: everything for an efficient migration” event by dbi services 17.05.2023 by Elisa Usai Is the Oracle Cloud a hot topic for you? dbi services organized an event about the Cloud today in Lausanne: "Oracle Cloud Infrastructure: everything for an efficient migration".
Ansible, Application integration & Middleware, DevOps dynatrace First Steps 08.05.2023 by Middleware Team In this blog, I will tell you how I setup my first agent, on a YaK deployed server. Of course, I will use YaK to deploy it. What is dynatrace? dynatrace is an observability platform which covers from infrastructure monitoring(…)
Oracle Patching ODA to 19.18.: Error in sshd_config 04.05.2023 by Clemens Bleile I recently patched an Oracle Database Appliance (ODA) from 19.16. to 19.18. Detailed steps on how to patch to 19.18. are available here. During the update-server step I got the following error: # odacli describe-job -i "859c6b58-19e5-453e-96a9-f29bcc70894a" Job details(…)
Ansible, DevOps How to use AWX REST API to execute jobs 31.03.2023 by Oracle Team by Alexandre Nestor Introduction AWX provides a REST API which allows to do pretty all commands that can be executed through the web interface, using http requests. Sometimes is more easy to restart, or start jobs for instance through(…)
Cloud, Oracle Oracle Zero Downtime Migration : Offline logical database migration from on-premises to Autonomous DB 23.03.2023 by Marc Wagner I have recently written a blog introducing the Oracle ZDM (Zero Downtime Migration) tool : https://www.dbi-services.com/blog/zero-downtime-migration-zdm-to-oracle-cloud-infrastructure-oci/ I have also done some tests performing an offline logical database migration from a database running on an OCI(…)