@@ -7,7 +7,7 @@ management, process monitoring etc. The node agent also serves as the
77provisioning controller and can invoke provisioning operations on the node.
88
99* Free software: LGPL2
10- * Documentation: TODO (rk)
10+ * Documentation: https://github.com/Tendrl/node_agent/tree/master/doc/source
1111* Source: https://github.com/Tendrl/node_agent
1212* Bugs: https://github.com/Tendrl/node_agent/issues
1313
@@ -19,7 +19,8 @@ link="https://coveralls.io/github/Tendrl/node_agent?branch=master"]
1919
2020== Features
2121
22- TODO
22+ * Provide Node hardware inventory (cpu, memory, processes etc) details in central store.
23+ * Implements operations Ceph/Gluster cluster import .
2324
2425
2526== Installation from Source on CentOS 7
@@ -73,15 +74,15 @@ Be sure to adjust the value of `source` to the output of:
7374 $ mkvirtualenv tendrl-node-agent
7475 $ workon tendrl-node-agent
7576
76- === Install bridge_common and node_agent
77+ === Install Tendrl common and node_agent
7778
78- . Install the https://github.com/Tendrl/common[bridge common library].
79+ . Install the https://github.com/Tendrl/common[common library].
7980
80- $ git clone https://github.com/Tendrl/common.git bridge_common
81- $ pushd bridge_common
82- [bridge_common ] $ workon tendrl-node-agent
83- [bridge_common ] $ pip install .
84- [bridge_common ] $ popd
81+ $ git clone https://github.com/Tendrl/common.git common
82+ $ pushd common
83+ [common ] $ workon tendrl-node-agent
84+ [common ] $ pip install .
85+ [common ] $ popd
8586
8687. Install the node agent.
8788
@@ -100,20 +101,20 @@ Be sure to adjust the value of `source` to the output of:
100101
101102. Create the tendrl configuration file `/etc/tendrl/tendrl.conf`.
102103
103- $ cp bridge_common /etc/tendrl/tendrl.conf.sample /etc/tendrl/tendrl.conf
104+ $ cp common /etc/tendrl/tendrl.conf.sample /etc/tendrl/tendrl.conf
104105
105106.. Configure the following `etcd_port` and `etcd_connection` directives in
106107`/etc/tendrl/tendrl.conf` to point to the etcd instance discussed in the first
107108step.
108109
109- . Install the bridge_common logging configuration file
110+ . Install the common logging configuration file
110111`/etc/tendrl/common_logging.yaml`.
111112
112- $ cp bridge_common /etc/samples/logging.yaml.timedrotation.sample \
113+ $ cp common /etc/samples/logging.yaml.timedrotation.sample \
113114 /etc/tendrl/common_logging.yaml
114115
115116NOTE: There are other sample configuration files in the
116- `bridge_common /etc/samples` directory which could be used to setup logging for
117+ `common /etc/samples` directory which could be used to setup logging for
117118different system configuration such as via syslog and journald.
118119
119120. Install the node agent logging configuration file
0 commit comments