File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
extensions/molecule/shared_config/inventory/group_vars/all
roles/oraswdb_golden_image Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11---
22breaking_changes :
33 - " oraswgi_golden_image: Fixed wrong varible names oraswgi_golen_* to oraswgi_golden_* from breaking change oravirt#383 ()"
4+ - " oraswdb_golden_image: Fixed wrong varible names oraswdb_golen_* to oraswdb_golden_* from breaking change oravirt#383 ()"
Original file line number Diff line number Diff line change 33# is_sw_source_local: false
44# oracle_sw_source_www: http://10.0.2.15:8080
55
6- oraswdb_golen_image_create : true
6+ oraswdb_golden_image_create : true
77golden_image_dest : /u01/golden
88
99oracle_sw_source_local : /vagrant
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Create Golden-Images from Oracle Database Homes and Oracle Grid-Infrastructure/R
77- [ Requirements] ( #requirements )
88- [ Default Variables] ( #default-variables )
99 - [ golden_image_dest] ( #golden_image_dest )
10- - [ oraswdb_golen_image_create ] ( #oraswdb_golen_image_create )
10+ - [ oraswdb_golden_image_create ] ( #oraswdb_golden_image_create )
1111- [ Discovered Tags] ( #discovered-tags )
1212- [ Dependencies] ( #dependencies )
1313- [ License] ( #license )
@@ -28,14 +28,14 @@ Set destination directory for Golden-Image extraction.
2828
2929Variable has no default value.
3030
31- ### oraswdb_golen_image_create
31+ ### oraswdb_golden_image_create
3232
3333Crfeate Golden-Image for Database Home.
3434
3535#### Default value
3636
3737``` YAML
38- oraswdb_golen_image_create : false
38+ oraswdb_golden_image_create : false
3939` ` `
4040
4141## Discovered Tags
Original file line number Diff line number Diff line change 55# Variable has no default value.
66# @end
77
8- # @var oraswdb_golen_image_create :description: >
8+ # @var oraswdb_golden_image_create :description: >
99# Crfeate Golden-Image for Database Home.
1010# @end
11- oraswdb_golen_image_create : false
11+ oraswdb_golden_image_create : false
Original file line number Diff line number Diff line change 1313 - golden_image_db
1414 when :
1515 - db_homes_installed is defined
16- - oraswdb_golen_image_create | bool
16+ - oraswdb_golden_image_create | bool
1717 block :
1818
1919 - name : Assert Oracle RDBMS version for Golden-Image creation
You can’t perform that action at this time.
0 commit comments