forked from vmware/container-service-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- wait for network to be available - fix issue when creating Ubuntu template and DHCP is not available - installation of go, glide and download of harbor is commented out until future usage - fixed amqp connection issue - create amqp exchange during the install if necessary - upgrade to kubernetes 1.9.3 in ubuntu - improved guest password configuration. It is recommended to set new password in the templates in `config.yaml` and re-create the templates - updated dependencies - this version of the PhotonOS template doesn't upgrade the OS to the latest version, since there is a problem with the latest version of `open-vm-tools` - updated license files - improved installation and validation of the AMQP settings Signed-off-by: Paco Gomez <contact@pacogomez.com>
- Loading branch information
Showing
14 changed files
with
378 additions
and
140 deletions.
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 |
---|---|---|
@@ -1,11 +1,7 @@ | ||
container-service-extension | ||
container-service-extension 1.0 GA | ||
|
||
Copyright 2017 VMware, Inc. All Rights Reserved. | ||
Copyright (c) 2018 VMware, Inc. All Rights Reserved. | ||
|
||
This product is licensed to you under the BSD-2 license (the "License"). | ||
You may not use this product except in compliance with the BSD-2 License. | ||
This product is licensed to you under the BSD-2 license (the "License"). You may not use this product except in compliance with the BSD-2 License. | ||
|
||
This product may include a number of subcomponents with separate copyright | ||
notices and license terms. | ||
Your use of these subcomponents is subject to the terms and conditions of | ||
the subcomponent's license, as noted in the LICENSE file. | ||
This product may include a number of subcomponents with separate copyright notices and license terms. Your use of these subcomponents is subject to the terms and conditions of the subcomponent's license, as noted in the LICENSE file. |
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
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
Oops, something went wrong.