namespace-deploy-map
Harlan Stenn <[email protected]>
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
OK, exactly what is it and how does it work? This seems to be my current hurdle, and I haven't figured it out in the past 15 minutes. I'm trying to turn the try-ark script in the latest sample1 bundle into my new ark-world script. My current entries are: <namespace-deploy-map><table> <entry name="/our">/.-ark-deploy</entry> <entry name="/usr/local">/usr/local/.-ark-deploy</entry> <entry name="/">/.-ark-deploy-root</entry> </table></namespace-deploy-map> and the current try-ark script complains: <namespace-deploy-map> in /home/harlan/ark-prod/tfast1/package/ALL.xml does not mention /home/harlan/ark-prod/ark-deploy-host1 so it's obvious to me that in addition to solving this problem I need to do Something Else to get try-ark to be multi-host-aware. H