Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: resize os disk after Network security group creation

...

However modifying the template to add resources works well.  For example adding a reference to a network security group

20180228: Resize the OS disk

ONAP requires at least 75g - the issue is than in most VM templates on Azure - the OS disk is 30g - we need to either switch to the data disk or resize the os disk.

Code Block
# add diskSizeGB to the template
          "osDisk": {
                "diskSizeGB": 255,
                "createOption": "FromImage"
            },


Links

https://azure.microsoft.com/en-us/services/container-service/

...