Skip to content

How to update a .cime machine port to v3 of config_machines? #4587

Answered by billsacks
billsacks asked this question in Q&A
Discussion options

You must be logged in to vote

And here are the net changes I needed to make:

https://github.com/billsacks/mac_cime_configuration/compare/64bda4a..3eafe11

It's hard to tell from the diffs, but this consisted of:

(1) Removing the NODENAME_REGEX element from config_machines.xml.

(2) Moving config_machines.xml to MACHINE_NAME/config_machines.xml (in my case, green/config_machines.xml)

(3) Introducing a new top-level config_machines.xml with just the NODENAME_REGEX:

<?xml version="1.0"?>

<config_machines version="3.0">
	<NODENAME_REGEX>
		<value MACH="green">cgdm-green</value>
	</NODENAME_REGEX>
</config_machines>

Replies: 3 comments 16 replies

Comment options

You must be logged in to vote
14 replies
@billsacks
Comment options

billsacks Feb 23, 2024
Maintainer Author

@jasonb5
Comment options

@billsacks
Comment options

billsacks Feb 23, 2024
Maintainer Author

@billsacks
Comment options

billsacks Feb 23, 2024
Maintainer Author

Answer selected by billsacks
@jasonb5
Comment options

@billsacks
Comment options

billsacks Feb 23, 2024
Maintainer Author

@jedwards4b
Comment options

@billsacks
Comment options

billsacks Mar 8, 2024
Maintainer Author

Comment options

You must be logged in to vote
1 reply
@jedwards4b
Comment options

Comment options

You must be logged in to vote
1 reply
@adrifoster
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants