little-river-49422
03/16/2019, 7:39 AMredis_connstr = redis.apply(
lambda redis: "{}.<http://redis.cache.windows.net:6380,password={},ssl=True,abortConnect=False%22.format(|redis.cache.windows.net:6380,password={},ssl=True,abortConnect=False".format(>
BRANCH, redis)
)
and then I use redis_connstr to assign a value to a dict, and it works, i get a real string as a value in the dictproud-artist-4864
03/16/2019, 8:16 AMproud-artist-4864
03/16/2019, 8:16 AMproud-artist-4864
03/16/2019, 8:16 AMproud-artist-4864
03/16/2019, 8:25 AMproud-artist-4864
03/16/2019, 8:25 AMlittle-river-49422
03/16/2019, 11:12 AMproud-artist-4864
03/16/2019, 11:35 AMalert-monitor-28534
03/20/2019, 6:50 AMallowed_address_pairs
for an Openstack port? This only uses the latest `ip_address`: allowed_address_pairs=[{'ip_address': config.kube_service_addresses,
'ip_address': config.kube_pods_subnet}]
brief-school-94535
03/21/2019, 3:38 PMbrief-school-94535
03/21/2019, 8:39 PMTraceback (most recent call last):
File “test.py”, line 6, in <module>
print(conf.require(‘name’))
File “/Users/angel/.pyenv/versions/3.7.2/lib/python3.7/site-packages/pulumi/config.py”, line 126, in require
raise ConfigMissingError(self.full_key(key))
pulumi.config.ConfigMissingError: Missing required configuration variable ‘dev:name’
please set a value using the command ‘pulumi config set dev:name <value>’
brief-school-94535
03/21/2019, 8:40 PMbrief-school-94535
03/21/2019, 8:42 PMincalculable-sundown-82514
03/21/2019, 8:43 PMdev:name
config key in the yaml?brief-school-94535
03/21/2019, 8:44 PMincalculable-sundown-82514
03/21/2019, 8:44 PMincalculable-sundown-82514
03/21/2019, 8:45 PMpulumi config
?brief-school-94535
03/21/2019, 8:45 PMincalculable-sundown-82514
03/21/2019, 8:46 PMpulumi config set
?brief-school-94535
03/21/2019, 8:46 PMbrief-school-94535
03/21/2019, 8:46 PMincalculable-sundown-82514
03/21/2019, 8:47 PMincalculable-sundown-82514
03/21/2019, 8:47 PMpulumi config set dev:name dev
again, then? and then pulumi config
?brief-school-94535
03/21/2019, 8:47 PMincalculable-sundown-82514
03/21/2019, 8:48 PMincalculable-sundown-82514
03/21/2019, 8:48 PMdev
?brief-school-94535
03/21/2019, 8:48 PMincalculable-sundown-82514
03/21/2019, 8:49 PMdev
namespace in pulumi.Config
if it’s the same as your stack/project.incalculable-sundown-82514
03/21/2019, 8:49 PMconf = pulumi.Config()
brief-school-94535
03/21/2019, 8:49 PM