diff options
| author | Martin Schwenke <martin@meltin.net> | 2009-12-04 17:09:42 +1100 |
|---|---|---|
| committer | Martin Schwenke <martin@meltin.net> | 2009-12-04 17:09:42 +1100 |
| commit | 2f8041d2d2595c7abcd88397cf5a8e4fc8589bb1 (patch) | |
| tree | be1742c7ef751519d70061f071481727de1419fa | |
| parent | d8b1b028eaf32aaab8cd22f1ddb2448b0a7a976d (diff) | |
Cluster node hosts file updates.
Remove default TSM entry from the "all" hosts file.
Add new hosts file for "rhel_base" nodes that does not include
anything for CIFSNAME. If a rhel_base node is used as a test client
then it should lookup CIFSNAME in DNS and connect via a real IP.
Signed-off-by: Martin Schwenke <martin@meltin.net>
| -rw-r--r-- | base/all/etc/hosts | 1 | ||||
| -rw-r--r-- | base/rhel_base/etc/hosts | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/base/all/etc/hosts b/base/all/etc/hosts index 60af028..d9e9133 100644 --- a/base/all/etc/hosts +++ b/base/all/etc/hosts @@ -2,4 +2,3 @@ 127.0.1.1 @@CIFSNAME@@.@@DOMAIN@@ @@CIFSNAME@@ @@GATEWAY@@ kvmhost -@@IPBASE@@.0.@@FIRSTIP@@ @@CLUSTER@@tsm diff --git a/base/rhel_base/etc/hosts b/base/rhel_base/etc/hosts new file mode 100644 index 0000000..3cdac17 --- /dev/null +++ b/base/rhel_base/etc/hosts @@ -0,0 +1,3 @@ +127.0.0.1 localhost + +@@GATEWAY@@ kvmhost |
