Skip to content

Commit 9d818d9

Browse files
authored
feat: disabled OSMS. (#56)
* feat: disabled OSMS. Closes #55. Signed-off-by: Ali Mukadam <[email protected]> * docs: updated changelog Signed-off-by: Ali Mukadam <[email protected]>
1 parent c08f1c6 commit 9d818d9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CHANGELOG.adoc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@ All notable changes to this project are documented in this file.
77

88
The format is based on {uri-changelog}[Keep a Changelog].
99

10-
= v3.0.0 (September 21,2021)
10+
== v3.0.1 (December 22,2021)
11+
* Disabled OSMS (#55)
1112

12-
== New features
13+
== v3.0.0 (September 21,2021)
14+
15+
=== New features
1316
* Added support for Ampere A1 Flex shape Shape (#30)
1417
* Added support for Bastion service (#45)
1518
* Set minimum Terraform version to 1.0.0
1619
* New variable (`operator_state`) to specify state of operator host
1720
* Added NSG to control network access
1821

19-
== Changes
22+
=== Changes
2023
* Replaced deprecated template_file data source with templatefile function (#38)
2124
* Renamed control variables (#41)
2225
** Renamed operator_tags --> freeform_tags
@@ -29,7 +32,7 @@ The format is based on {uri-changelog}[Keep a Changelog].
2932
* Set default shape to E4.Flex
3033
* AD lookup mechanism reimplemented to remove dependency on deprecated template_file data source
3134

32-
== Deletion
35+
=== Deletion
3336
* Deleted var.operator_enabled. This can now be controlled using higher level modules
3437
* Removed provider identity variables and home provider from the operator module (#43)
3538

@@ -60,7 +63,6 @@ The format is based on {uri-changelog}[Keep a Changelog].
6063
=== Changes
6164
* Use root_compartment_id instead of tenancy_id in dynamic group
6265

63-
6466
== v1.0.10 (August 5,2020)
6567

6668
=== Changes

compute.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resource "oci_core_instance" "operator" {
77
agent_config {
88

99
are_all_plugins_disabled = false
10-
is_management_disabled = false
10+
is_management_disabled = true
1111
is_monitoring_disabled = false
1212

1313
plugins_config {

0 commit comments

Comments
 (0)