2bade72d6f6354033e528279edb30153d021f65c
[genesis.git] / fuel / build / f_ntp / README
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # stefan.k.berg@ericsson.com
4 # jonas.bjurel@ericsson.com
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 Addition to add ntp.conf separately for compute hosts and controller hosts through Astute.
12
13 The astute.yaml file should contain entries as those below to have them picked up during deployment:
14
15 opnfv:
16   ntp:
17     controller: |
18      line 1
19      line 2
20    compute: |
21      line 1
22      line 2
23
24 The suggested method for adding this information is to prepare for deployment with the Fuel GUI or CLI,
25 but before actually deploying:
26
27 1. Download the current deployment for all hosts: fuel --env 1 deployment --default
28 2. Iterate through the hosts in "deployment_1" and add hosts configuration in the above format to their
29    respective yaml file.
30 3. Upload the modifed deployment information: fuel --env 1 deployment --upload
31
32 After deploying, the additions will be included in /etc/astute.yaml of each host.
33