Skip to content

Commit afa622b

Browse files
authored
Bugfixes (#598)
* Adding +x to script, typos and remove verrazzano file * Repo updates for OL Changed repo for Oracle Linux to Oracle hosted repo * Typo in Dockerfile * Upgrading OKE and nodepool version to latest Current version 1.21.5 doesn't deploy properly. Upgrading to latest version * Updated README.md Changed the bit.ly URL * Initial check-in of sec workshop (#456) Initial check-in of sec workshop (#456) * Initial check in of Security Workshop (WMS8461) Initial check in of Security Workshop (WMS8461) * Initial check in of Security Workshop (WMS8461) * CLI Setup changes * Sample app Doc Update * Doc and SQL script updates * Created separate doc for the CLI stuff * cli doc changes * Removing CLI stuff * Doc updates * Doc bugs and Vault Documentation * Doc bugs and Vault docs * Vault Doc Updates * Setup doc fixes * Spell checking * Vault doc updates * Doc updates per Mark findings * Fix for k8s version and TF deprecated attr * Removed ssl_server_cert_dn from DBLINK * Remove _SSL_SERVER_CERT_DN vars * Adding back DB1_SSL_SERVER_CERT_DN * Vault doc updates * Vault doc updates * Setup and Vault changes * Typos * Added HashiCorp * Setup doc updates * Adding .gitignore for Hugo files * Rollback SSL_SERVER_CERT changes * Vault doc updates * PR fixes * Bugfixes
1 parent 5921492 commit afa622b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

workshops/dcms-ords-sec/output.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# All rights reserved. The Universal Permissive License (UPL), Version 1.0 as shown at http://oss.oracle.com/licenses/upl
33

44
output "lb_address" {
5-
value = oci_load_balancer.lb.ip_addresses[0]
5+
value = oci_load_balancer.lb.ip_address_details[0].ip_address
66
description = "The Pubic facing IP Address assigned to the Load Balancer"
77
}
88

workshops/dcms-ords-sec/templates/cloud-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
output: {all: '| tee -a /var/log/cloud-init-ords.log'}
33
package_upgrade: false
44
packages:
5+
- ksh
56
- yum-cron
67
- [jdk-17, ${jdk_version}]
78
- [ords, ${ords_version}]
@@ -144,7 +145,7 @@ write_files:
144145
chown -R oracle:oinstall /home/oracle
145146
/bin/cp /etc/ords.conf.custom /etc/ords.conf
146147
systemctl enable ords.service
147-
systemctl restart ords.servicepwd
148+
systemctl restart ords.service
148149
149150
append: false
150151
defer: true

0 commit comments

Comments
 (0)