24 lines
423 B
Text
24 lines
423 B
Text
views {
|
|
deployment view otc-faas {
|
|
title 'OTC Prototype FaaS'
|
|
|
|
include
|
|
otc-faas,
|
|
otc-faas.*,
|
|
otc-faas.dev,
|
|
otc-faas.dev.*,
|
|
otc-faas.dev.cce,
|
|
otc-faas.dev.cce.*,
|
|
otc-faas.prod,
|
|
otc-faas.prod.*,
|
|
otc-faas.prod.cce,
|
|
otc-faas.prod.cce.*,
|
|
style otc-edp-per-tenant {
|
|
color slate
|
|
}
|
|
style otc-edp-per-tenant.cce {
|
|
color red
|
|
}
|
|
}
|
|
}
|
|
|