diff options
author | Lusheng Ji <lji@research.att.com> | 2017-10-30 00:22:05 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-10-30 00:35:13 -0400 |
commit | 0e5f09d2737c6a6d35f966dc315ff5789b8ecb0d (patch) | |
tree | c14dbe272c4006d1a614624e248b30df7425c1b1 /boot/dcae2_serv.sh | |
parent | 67b8c3aae4c9197df37e53bc7a78616c43b9b72e (diff) |
Implement MultiCloud proxyed Designate
This submission contains implementation for supporting MultiCloud
proxy-ed Designate solution. The changes, mostly in dcae2_vm_init.sh,
are for registering Designate proxy by MultiCloud with A&AI; register
new DNS zone with the MultiCloud proxyed Designate service; configure
DCAE to use the new DNS zone, etc.
The submission for corresponding Heat template changes will be made separtely.
Issue-Id: DCAEGEN2-128
Change-Id: Ief8e91152c7d2f117aec3f21df54c1ed74ceef0f
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'boot/dcae2_serv.sh')
-rw-r--r-- | boot/dcae2_serv.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/boot/dcae2_serv.sh b/boot/dcae2_serv.sh index a86906a3..30e647e4 100644 --- a/boot/dcae2_serv.sh +++ b/boot/dcae2_serv.sh @@ -1,7 +1,7 @@ #!/bin/sh ############################################################################# # -# Copyright © 2017 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,13 +17,13 @@ ############################################################################# ### BEGIN INIT INFO -# Provides: -# Required-Start: $remote_fs $syslog -# Required-Stop: $remote_fs $syslog -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Provides: dcaegen2-bootstrap +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 # Short-Description: Start daemon at boot time -# Description: Enable service provided by daemon. +# Description: Enable service provided by daemon. ### END INIT INFO dir="/opt" |