Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port msiCopyAVUMetadata to 4.2 #2892

Closed
rwmoore opened this issue Sep 18, 2015 · 1 comment
Closed

Port msiCopyAVUMetadata to 4.2 #2892

rwmoore opened this issue Sep 18, 2015 · 1 comment

Comments

@rwmoore
Copy link

rwmoore commented Sep 18, 2015

Needed for federation policies

@rwmoore
Copy link
Author

rwmoore commented Sep 20, 2015

Replaced with policy:

*Q2 = select META_DATA_ATTR_NAME, META_DATA_ATTR_VALUE, META_DATA_ATTR_UNITS where DATA_ID = '*DataID';
foreach (*R2 in *Q2) {
    *Attn = *R2.META_DATA_ATTR_NAME;
    *Attv = *R2.META_DATA_ATTR_VALUE;
    *Attu = *R2.META_DATA_ATTR_UNITS;
    # This policy uses a micro-service developed by the iPlant Collaborative
    msiSetAVU ("-d", *Dest1, *Attn, *Attv, *Attu);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants