-
Notifications
You must be signed in to change notification settings - Fork 372
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not create placeholder status file for AKS extensions (#2298)
- Loading branch information
Showing
3 changed files
with
132 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<Extensions version="1.0.0.0" goalStateIncarnation="9"> | ||
<GuestAgentExtension> | ||
<GAFamilies> | ||
<GAFamily> | ||
<Name>Prod</Name> | ||
<Uris> | ||
<Uri>http://mock-goal-state/manifest_of_ga.xml</Uri> | ||
</Uris> | ||
</GAFamily> | ||
<GAFamily> | ||
<Name>Test</Name> | ||
<Uris> | ||
<Uri>http://mock-goal-state/manifest_of_ga.xml</Uri> | ||
</Uris> | ||
</GAFamily> | ||
</GAFamilies> | ||
</GuestAgentExtension> | ||
<Plugins> | ||
<Plugin name="OSTCExtensions.ExampleHandlerLinux" version="1.0.0" location="http://mock-goal-state/rdfepirv2hknprdstr03.blob.core.windows.net/b01058962be54ceca550a390fa5ff064/Microsoft.OSTCExtensions_ExampleHandlerLinux_asiaeast_manifest.xml" config="" state="enabled" autoUpgrade="false" failoverlocation="http://mock-goal-state/rdfepirv2hknprdstr04.blob.core.windows.net/b01058962be54ceca550a390fa5ff064/Microsoft.OSTCExtensions_ExampleHandlerLinux_asiaeast_manifest.xml" runAsStartupTask="false" isJson="true"/> | ||
<Plugin name="Microsoft.AKS.Compute.AKS.Linux.AKSNode" version="1.0.0" location="https://mock-goal-state/zrdfepirv2sn3prdstr06.blob.core.windows.net/3055d769a0ed485d8c5ea8a7cd24073e/Microsoft.Powershell_ExampleExtension_ussouth_manifest.xml" state="enabled" autoUpgrade="true" failoverlocation="https://mock-goal-state/zrdfepirv2sn4prdstr02a.blob.core.windows.net/3055d769a0ed485d8c5ea8a7cd24073e/Microsoft.Powershell_ExampleExtension_ussouth_manifest.xml" runAsStartupTask="false" isJson="true" useExactVersion="false"/> | ||
<Plugin name="Microsoft.AKS.Compute.AKS-Engine.Linux.Billing" version="1.0.0" location="https://mock-goal-state/rdfepirv2sn3prdstr01.blob.core.windows.net/8b23413e0ce64aa89889a295b6122112/Microsoft.EnterpriseCloud.Monitoring_ExampleHandlerLinux_ussouth_manifest.xml" state="enabled" autoUpgrade="true" failoverlocation="https://mock-goal-state/ardfepirv2sn3prdstr05.blob.core.windows.net/8b23413e0ce64aa89889a295b6122112/Microsoft.EnterpriseCloud.Monitoring_ExampleHandlerLinux_ussouth_manifest.xml" runAsStartupTask="false" isJson="true" useExactVersion="false"/> | ||
<Plugin name="Microsoft.AKS.Compute.AKS.Linux.Billing" version="1.0.0" location="https://mock-goal-state/zrdfepirv2sn4prdstr09a.blob.core.windows.net/f72653efd9e349ed9842c8b99e4c1712/Microsoft.CPlat.Core_ExampleExtensionLinux_ussouth_manifest.xml" state="enabled" autoUpgrade="true" failoverlocation="https://mock-goal-state/ardfepirv2sn3prdstr05.blob.core.windows.net/f72653efd9e349ed9842c8b99e4c1712/Microsoft.CPlat.Core_ExampleExtensionLinux_ussouth_manifest.xml" runAsStartupTask="false" isJson="true" useExactVersion="false"/> | ||
</Plugins> | ||
<PluginSettings> | ||
<Plugin name="OSTCExtensions.ExampleHandlerLinux" version="1.0.0"> | ||
<RuntimeSettings seqNo="0"> | ||
{ | ||
"runtimeSettings": [ | ||
{ | ||
"handlerSettings": { | ||
"publicSettings": {"message": "Enabling non-AKS"} | ||
} | ||
} | ||
] | ||
} | ||
</RuntimeSettings> | ||
</Plugin> | ||
<Plugin name="Microsoft.AKS.Compute.AKS.Linux.AKSNode" version="1.0.0"> | ||
<RuntimeSettings seqNo="0"> | ||
{ | ||
"runtimeSettings": [ | ||
{ | ||
"handlerSettings": { | ||
"publicSettings": {"message": "Enabling AKSNode"} | ||
} | ||
} | ||
] | ||
} | ||
</RuntimeSettings> | ||
</Plugin> | ||
<Plugin name="Microsoft.AKS.Compute.AKS-Engine.Linux.Billing" version="1.0.0"> | ||
<RuntimeSettings seqNo="0"> | ||
{ | ||
"runtimeSettings": [ | ||
{ | ||
"handlerSettings": { | ||
"publicSettings": {"message": "Enabling AKSBilling"} | ||
} | ||
} | ||
] | ||
} | ||
</RuntimeSettings> | ||
</Plugin> | ||
</PluginSettings> | ||
<StatusUploadBlob statusBlobType="BlockBlob"> | ||
https://test.blob.core.windows.net/vhds/test-cs12.test-cs12.test-cs12.status?sr=b&sp=rw&se=9999-01-01&sk=key1&sv=2014-02-14&sig=hfRh7gzUE7sUtYwke78IOlZOrTRCYvkec4hGZ9zZzXo | ||
</StatusUploadBlob> | ||
</Extensions> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters