oc_configmap.py 56 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import fcntl
  36. import json
  37. import os
  38. import re
  39. import shutil
  40. import subprocess
  41. import tempfile
  42. # pylint: disable=import-error
  43. try:
  44. import ruamel.yaml as yaml
  45. except ImportError:
  46. import yaml
  47. from ansible.module_utils.basic import AnsibleModule
  48. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  49. # -*- -*- -*- Begin included fragment: doc/configmap -*- -*- -*-
  50. DOCUMENTATION = '''
  51. ---
  52. module: oc_configmap
  53. short_description: Modify, and idempotently manage openshift configmaps
  54. description:
  55. - Modify openshift configmaps programmatically.
  56. options:
  57. state:
  58. description:
  59. - Supported states, present, absent, list
  60. - present - will ensure object is created or updated to the value specified
  61. - list - will return a configmap
  62. - absent - will remove the configmap
  63. required: False
  64. default: present
  65. choices: ["present", 'absent', 'list']
  66. aliases: []
  67. kubeconfig:
  68. description:
  69. - The path for the kubeconfig file to use for authentication
  70. required: false
  71. default: /etc/origin/master/admin.kubeconfig
  72. aliases: []
  73. debug:
  74. description:
  75. - Turn on debug output.
  76. required: false
  77. default: False
  78. aliases: []
  79. name:
  80. description:
  81. - Name of the object that is being queried.
  82. required: True
  83. default: None
  84. aliases: []
  85. namespace:
  86. description:
  87. - The namespace where the object lives.
  88. required: false
  89. default: default
  90. aliases: []
  91. from_file:
  92. description:
  93. - A dict of key, value pairs representing the configmap key and the value represents the file path.
  94. required: false
  95. default: None
  96. aliases: []
  97. from_literal:
  98. description:
  99. - A dict of key, value pairs representing the configmap key and the value represents the string content
  100. required: false
  101. default: None
  102. aliases: []
  103. author:
  104. - "kenny woodson <kwoodson@redhat.com>"
  105. extends_documentation_fragment: []
  106. '''
  107. EXAMPLES = '''
  108. - name: create group
  109. oc_configmap:
  110. state: present
  111. name: testmap
  112. from_file:
  113. secret: /path/to/secret
  114. from_literal:
  115. title: systemadmin
  116. register: configout
  117. '''
  118. # -*- -*- -*- End included fragment: doc/configmap -*- -*- -*-
  119. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  120. class YeditException(Exception): # pragma: no cover
  121. ''' Exception class for Yedit '''
  122. pass
  123. # pylint: disable=too-many-public-methods
  124. class Yedit(object): # pragma: no cover
  125. ''' Class to modify yaml files '''
  126. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  127. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  128. com_sep = set(['.', '#', '|', ':'])
  129. # pylint: disable=too-many-arguments
  130. def __init__(self,
  131. filename=None,
  132. content=None,
  133. content_type='yaml',
  134. separator='.',
  135. backup=False):
  136. self.content = content
  137. self._separator = separator
  138. self.filename = filename
  139. self.__yaml_dict = content
  140. self.content_type = content_type
  141. self.backup = backup
  142. self.load(content_type=self.content_type)
  143. if self.__yaml_dict is None:
  144. self.__yaml_dict = {}
  145. @property
  146. def separator(self):
  147. ''' getter method for separator '''
  148. return self._separator
  149. @separator.setter
  150. def separator(self, inc_sep):
  151. ''' setter method for separator '''
  152. self._separator = inc_sep
  153. @property
  154. def yaml_dict(self):
  155. ''' getter method for yaml_dict '''
  156. return self.__yaml_dict
  157. @yaml_dict.setter
  158. def yaml_dict(self, value):
  159. ''' setter method for yaml_dict '''
  160. self.__yaml_dict = value
  161. @staticmethod
  162. def parse_key(key, sep='.'):
  163. '''parse the key allowing the appropriate separator'''
  164. common_separators = list(Yedit.com_sep - set([sep]))
  165. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  166. @staticmethod
  167. def valid_key(key, sep='.'):
  168. '''validate the incoming key'''
  169. common_separators = list(Yedit.com_sep - set([sep]))
  170. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  171. return False
  172. return True
  173. # pylint: disable=too-many-return-statements,too-many-branches
  174. @staticmethod
  175. def remove_entry(data, key, index=None, value=None, sep='.'):
  176. ''' remove data at location key '''
  177. if key == '' and isinstance(data, dict):
  178. if value is not None:
  179. data.pop(value)
  180. elif index is not None:
  181. raise YeditException("remove_entry for a dictionary does not have an index {}".format(index))
  182. else:
  183. data.clear()
  184. return True
  185. elif key == '' and isinstance(data, list):
  186. ind = None
  187. if value is not None:
  188. try:
  189. ind = data.index(value)
  190. except ValueError:
  191. return False
  192. elif index is not None:
  193. ind = index
  194. else:
  195. del data[:]
  196. if ind is not None:
  197. data.pop(ind)
  198. return True
  199. if not (key and Yedit.valid_key(key, sep)) and \
  200. isinstance(data, (list, dict)):
  201. return None
  202. key_indexes = Yedit.parse_key(key, sep)
  203. for arr_ind, dict_key in key_indexes[:-1]:
  204. if dict_key and isinstance(data, dict):
  205. data = data.get(dict_key)
  206. elif (arr_ind and isinstance(data, list) and
  207. int(arr_ind) <= len(data) - 1):
  208. data = data[int(arr_ind)]
  209. else:
  210. return None
  211. # process last index for remove
  212. # expected list entry
  213. if key_indexes[-1][0]:
  214. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  215. del data[int(key_indexes[-1][0])]
  216. return True
  217. # expected dict entry
  218. elif key_indexes[-1][1]:
  219. if isinstance(data, dict):
  220. del data[key_indexes[-1][1]]
  221. return True
  222. @staticmethod
  223. def add_entry(data, key, item=None, sep='.'):
  224. ''' Get an item from a dictionary with key notation a.b.c
  225. d = {'a': {'b': 'c'}}}
  226. key = a#b
  227. return c
  228. '''
  229. if key == '':
  230. pass
  231. elif (not (key and Yedit.valid_key(key, sep)) and
  232. isinstance(data, (list, dict))):
  233. return None
  234. key_indexes = Yedit.parse_key(key, sep)
  235. for arr_ind, dict_key in key_indexes[:-1]:
  236. if dict_key:
  237. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  238. data = data[dict_key]
  239. continue
  240. elif data and not isinstance(data, dict):
  241. raise YeditException("Unexpected item type found while going through key " +
  242. "path: {} (at key: {})".format(key, dict_key))
  243. data[dict_key] = {}
  244. data = data[dict_key]
  245. elif (arr_ind and isinstance(data, list) and
  246. int(arr_ind) <= len(data) - 1):
  247. data = data[int(arr_ind)]
  248. else:
  249. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  250. if key == '':
  251. data = item
  252. # process last index for add
  253. # expected list entry
  254. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  255. data[int(key_indexes[-1][0])] = item
  256. # expected dict entry
  257. elif key_indexes[-1][1] and isinstance(data, dict):
  258. data[key_indexes[-1][1]] = item
  259. # didn't add/update to an existing list, nor add/update key to a dict
  260. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  261. # non-existent array
  262. else:
  263. raise YeditException("Error adding to object at path: {}".format(key))
  264. return data
  265. @staticmethod
  266. def get_entry(data, key, sep='.'):
  267. ''' Get an item from a dictionary with key notation a.b.c
  268. d = {'a': {'b': 'c'}}}
  269. key = a.b
  270. return c
  271. '''
  272. if key == '':
  273. pass
  274. elif (not (key and Yedit.valid_key(key, sep)) and
  275. isinstance(data, (list, dict))):
  276. return None
  277. key_indexes = Yedit.parse_key(key, sep)
  278. for arr_ind, dict_key in key_indexes:
  279. if dict_key and isinstance(data, dict):
  280. data = data.get(dict_key)
  281. elif (arr_ind and isinstance(data, list) and
  282. int(arr_ind) <= len(data) - 1):
  283. data = data[int(arr_ind)]
  284. else:
  285. return None
  286. return data
  287. @staticmethod
  288. def _write(filename, contents):
  289. ''' Actually write the file contents to disk. This helps with mocking. '''
  290. tmp_filename = filename + '.yedit'
  291. with open(tmp_filename, 'w') as yfd:
  292. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  293. yfd.write(contents)
  294. fcntl.flock(yfd, fcntl.LOCK_UN)
  295. os.rename(tmp_filename, filename)
  296. def write(self):
  297. ''' write to file '''
  298. if not self.filename:
  299. raise YeditException('Please specify a filename.')
  300. if self.backup and self.file_exists():
  301. shutil.copy(self.filename, self.filename + '.orig')
  302. # Try to set format attributes if supported
  303. try:
  304. self.yaml_dict.fa.set_block_style()
  305. except AttributeError:
  306. pass
  307. # Try to use RoundTripDumper if supported.
  308. if self.content_type == 'yaml':
  309. try:
  310. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  311. except AttributeError:
  312. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  313. elif self.content_type == 'json':
  314. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  315. else:
  316. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  317. 'Please specify a content_type of yaml or json.')
  318. return (True, self.yaml_dict)
  319. def read(self):
  320. ''' read from file '''
  321. # check if it exists
  322. if self.filename is None or not self.file_exists():
  323. return None
  324. contents = None
  325. with open(self.filename) as yfd:
  326. contents = yfd.read()
  327. return contents
  328. def file_exists(self):
  329. ''' return whether file exists '''
  330. if os.path.exists(self.filename):
  331. return True
  332. return False
  333. def load(self, content_type='yaml'):
  334. ''' return yaml file '''
  335. contents = self.read()
  336. if not contents and not self.content:
  337. return None
  338. if self.content:
  339. if isinstance(self.content, dict):
  340. self.yaml_dict = self.content
  341. return self.yaml_dict
  342. elif isinstance(self.content, str):
  343. contents = self.content
  344. # check if it is yaml
  345. try:
  346. if content_type == 'yaml' and contents:
  347. # Try to set format attributes if supported
  348. try:
  349. self.yaml_dict.fa.set_block_style()
  350. except AttributeError:
  351. pass
  352. # Try to use RoundTripLoader if supported.
  353. try:
  354. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  355. except AttributeError:
  356. self.yaml_dict = yaml.safe_load(contents)
  357. # Try to set format attributes if supported
  358. try:
  359. self.yaml_dict.fa.set_block_style()
  360. except AttributeError:
  361. pass
  362. elif content_type == 'json' and contents:
  363. self.yaml_dict = json.loads(contents)
  364. except yaml.YAMLError as err:
  365. # Error loading yaml or json
  366. raise YeditException('Problem with loading yaml file. {}'.format(err))
  367. return self.yaml_dict
  368. def get(self, key):
  369. ''' get a specified key'''
  370. try:
  371. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  372. except KeyError:
  373. entry = None
  374. return entry
  375. def pop(self, path, key_or_item):
  376. ''' remove a key, value pair from a dict or an item for a list'''
  377. try:
  378. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  379. except KeyError:
  380. entry = None
  381. if entry is None:
  382. return (False, self.yaml_dict)
  383. if isinstance(entry, dict):
  384. # AUDIT:maybe-no-member makes sense due to fuzzy types
  385. # pylint: disable=maybe-no-member
  386. if key_or_item in entry:
  387. entry.pop(key_or_item)
  388. return (True, self.yaml_dict)
  389. return (False, self.yaml_dict)
  390. elif isinstance(entry, list):
  391. # AUDIT:maybe-no-member makes sense due to fuzzy types
  392. # pylint: disable=maybe-no-member
  393. ind = None
  394. try:
  395. ind = entry.index(key_or_item)
  396. except ValueError:
  397. return (False, self.yaml_dict)
  398. entry.pop(ind)
  399. return (True, self.yaml_dict)
  400. return (False, self.yaml_dict)
  401. def delete(self, path, index=None, value=None):
  402. ''' remove path from a dict'''
  403. try:
  404. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  405. except KeyError:
  406. entry = None
  407. if entry is None:
  408. return (False, self.yaml_dict)
  409. result = Yedit.remove_entry(self.yaml_dict, path, index, value, self.separator)
  410. if not result:
  411. return (False, self.yaml_dict)
  412. return (True, self.yaml_dict)
  413. def exists(self, path, value):
  414. ''' check if value exists at path'''
  415. try:
  416. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  417. except KeyError:
  418. entry = None
  419. if isinstance(entry, list):
  420. if value in entry:
  421. return True
  422. return False
  423. elif isinstance(entry, dict):
  424. if isinstance(value, dict):
  425. rval = False
  426. for key, val in value.items():
  427. if entry[key] != val:
  428. rval = False
  429. break
  430. else:
  431. rval = True
  432. return rval
  433. return value in entry
  434. return entry == value
  435. def append(self, path, value):
  436. '''append value to a list'''
  437. try:
  438. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  439. except KeyError:
  440. entry = None
  441. if entry is None:
  442. self.put(path, [])
  443. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  444. if not isinstance(entry, list):
  445. return (False, self.yaml_dict)
  446. # AUDIT:maybe-no-member makes sense due to loading data from
  447. # a serialized format.
  448. # pylint: disable=maybe-no-member
  449. entry.append(value)
  450. return (True, self.yaml_dict)
  451. # pylint: disable=too-many-arguments
  452. def update(self, path, value, index=None, curr_value=None):
  453. ''' put path, value into a dict '''
  454. try:
  455. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  456. except KeyError:
  457. entry = None
  458. if isinstance(entry, dict):
  459. # AUDIT:maybe-no-member makes sense due to fuzzy types
  460. # pylint: disable=maybe-no-member
  461. if not isinstance(value, dict):
  462. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  463. 'value=[{}] type=[{}]'.format(value, type(value)))
  464. entry.update(value)
  465. return (True, self.yaml_dict)
  466. elif isinstance(entry, list):
  467. # AUDIT:maybe-no-member makes sense due to fuzzy types
  468. # pylint: disable=maybe-no-member
  469. ind = None
  470. if curr_value:
  471. try:
  472. ind = entry.index(curr_value)
  473. except ValueError:
  474. return (False, self.yaml_dict)
  475. elif index is not None:
  476. ind = index
  477. if ind is not None and entry[ind] != value:
  478. entry[ind] = value
  479. return (True, self.yaml_dict)
  480. # see if it exists in the list
  481. try:
  482. ind = entry.index(value)
  483. except ValueError:
  484. # doesn't exist, append it
  485. entry.append(value)
  486. return (True, self.yaml_dict)
  487. # already exists, return
  488. if ind is not None:
  489. return (False, self.yaml_dict)
  490. return (False, self.yaml_dict)
  491. def put(self, path, value):
  492. ''' put path, value into a dict '''
  493. try:
  494. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  495. except KeyError:
  496. entry = None
  497. if entry == value:
  498. return (False, self.yaml_dict)
  499. # deepcopy didn't work
  500. # Try to use ruamel.yaml and fallback to pyyaml
  501. try:
  502. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  503. default_flow_style=False),
  504. yaml.RoundTripLoader)
  505. except AttributeError:
  506. tmp_copy = copy.deepcopy(self.yaml_dict)
  507. # set the format attributes if available
  508. try:
  509. tmp_copy.fa.set_block_style()
  510. except AttributeError:
  511. pass
  512. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  513. if result is None:
  514. return (False, self.yaml_dict)
  515. # When path equals "" it is a special case.
  516. # "" refers to the root of the document
  517. # Only update the root path (entire document) when its a list or dict
  518. if path == '':
  519. if isinstance(result, list) or isinstance(result, dict):
  520. self.yaml_dict = result
  521. return (True, self.yaml_dict)
  522. return (False, self.yaml_dict)
  523. self.yaml_dict = tmp_copy
  524. return (True, self.yaml_dict)
  525. def create(self, path, value):
  526. ''' create a yaml file '''
  527. if not self.file_exists():
  528. # deepcopy didn't work
  529. # Try to use ruamel.yaml and fallback to pyyaml
  530. try:
  531. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  532. default_flow_style=False),
  533. yaml.RoundTripLoader)
  534. except AttributeError:
  535. tmp_copy = copy.deepcopy(self.yaml_dict)
  536. # set the format attributes if available
  537. try:
  538. tmp_copy.fa.set_block_style()
  539. except AttributeError:
  540. pass
  541. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  542. if result is not None:
  543. self.yaml_dict = tmp_copy
  544. return (True, self.yaml_dict)
  545. return (False, self.yaml_dict)
  546. @staticmethod
  547. def get_curr_value(invalue, val_type):
  548. '''return the current value'''
  549. if invalue is None:
  550. return None
  551. curr_value = invalue
  552. if val_type == 'yaml':
  553. try:
  554. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  555. # pylint: disable=maybe-no-member
  556. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  557. except AttributeError:
  558. curr_value = yaml.safe_load(invalue)
  559. elif val_type == 'json':
  560. curr_value = json.loads(invalue)
  561. return curr_value
  562. @staticmethod
  563. def parse_value(inc_value, vtype=''):
  564. '''determine value type passed'''
  565. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  566. 'on', 'On', 'ON', ]
  567. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  568. 'off', 'Off', 'OFF']
  569. # It came in as a string but you didn't specify value_type as string
  570. # we will convert to bool if it matches any of the above cases
  571. if isinstance(inc_value, str) and 'bool' in vtype:
  572. if inc_value not in true_bools and inc_value not in false_bools:
  573. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  574. elif isinstance(inc_value, bool) and 'str' in vtype:
  575. inc_value = str(inc_value)
  576. # There is a special case where '' will turn into None after yaml loading it so skip
  577. if isinstance(inc_value, str) and inc_value == '':
  578. pass
  579. # If vtype is not str then go ahead and attempt to yaml load it.
  580. elif isinstance(inc_value, str) and 'str' not in vtype:
  581. try:
  582. inc_value = yaml.safe_load(inc_value)
  583. except Exception:
  584. raise YeditException('Could not determine type of incoming value. ' +
  585. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  586. return inc_value
  587. @staticmethod
  588. def process_edits(edits, yamlfile):
  589. '''run through a list of edits and process them one-by-one'''
  590. results = []
  591. for edit in edits:
  592. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  593. if edit.get('action') == 'update':
  594. # pylint: disable=line-too-long
  595. curr_value = Yedit.get_curr_value(
  596. Yedit.parse_value(edit.get('curr_value')),
  597. edit.get('curr_value_format'))
  598. rval = yamlfile.update(edit['key'],
  599. value,
  600. edit.get('index'),
  601. curr_value)
  602. elif edit.get('action') == 'append':
  603. rval = yamlfile.append(edit['key'], value)
  604. else:
  605. rval = yamlfile.put(edit['key'], value)
  606. if rval[0]:
  607. results.append({'key': edit['key'], 'edit': rval[1]})
  608. return {'changed': len(results) > 0, 'results': results}
  609. # pylint: disable=too-many-return-statements,too-many-branches
  610. @staticmethod
  611. def run_ansible(params):
  612. '''perform the idempotent crud operations'''
  613. yamlfile = Yedit(filename=params['src'],
  614. backup=params['backup'],
  615. content_type=params['content_type'],
  616. separator=params['separator'])
  617. state = params['state']
  618. if params['src']:
  619. rval = yamlfile.load()
  620. if yamlfile.yaml_dict is None and state != 'present':
  621. return {'failed': True,
  622. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  623. 'file exists, that it is has correct permissions, and is valid yaml.'}
  624. if state == 'list':
  625. if params['content']:
  626. content = Yedit.parse_value(params['content'], params['content_type'])
  627. yamlfile.yaml_dict = content
  628. if params['key']:
  629. rval = yamlfile.get(params['key'])
  630. return {'changed': False, 'result': rval, 'state': state}
  631. elif state == 'absent':
  632. if params['content']:
  633. content = Yedit.parse_value(params['content'], params['content_type'])
  634. yamlfile.yaml_dict = content
  635. if params['update']:
  636. rval = yamlfile.pop(params['key'], params['value'])
  637. else:
  638. rval = yamlfile.delete(params['key'], params['index'], params['value'])
  639. if rval[0] and params['src']:
  640. yamlfile.write()
  641. return {'changed': rval[0], 'result': rval[1], 'state': state}
  642. elif state == 'present':
  643. # check if content is different than what is in the file
  644. if params['content']:
  645. content = Yedit.parse_value(params['content'], params['content_type'])
  646. # We had no edits to make and the contents are the same
  647. if yamlfile.yaml_dict == content and \
  648. params['value'] is None:
  649. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  650. yamlfile.yaml_dict = content
  651. # If we were passed a key, value then
  652. # we enapsulate it in a list and process it
  653. # Key, Value passed to the module : Converted to Edits list #
  654. edits = []
  655. _edit = {}
  656. if params['value'] is not None:
  657. _edit['value'] = params['value']
  658. _edit['value_type'] = params['value_type']
  659. _edit['key'] = params['key']
  660. if params['update']:
  661. _edit['action'] = 'update'
  662. _edit['curr_value'] = params['curr_value']
  663. _edit['curr_value_format'] = params['curr_value_format']
  664. _edit['index'] = params['index']
  665. elif params['append']:
  666. _edit['action'] = 'append'
  667. edits.append(_edit)
  668. elif params['edits'] is not None:
  669. edits = params['edits']
  670. if edits:
  671. results = Yedit.process_edits(edits, yamlfile)
  672. # if there were changes and a src provided to us we need to write
  673. if results['changed'] and params['src']:
  674. yamlfile.write()
  675. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  676. # no edits to make
  677. if params['src']:
  678. # pylint: disable=redefined-variable-type
  679. rval = yamlfile.write()
  680. return {'changed': rval[0],
  681. 'result': rval[1],
  682. 'state': state}
  683. # We were passed content but no src, key or value, or edits. Return contents in memory
  684. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  685. return {'failed': True, 'msg': 'Unkown state passed'}
  686. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  687. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  688. # pylint: disable=too-many-lines
  689. # noqa: E301,E302,E303,T001
  690. class OpenShiftCLIError(Exception):
  691. '''Exception class for openshiftcli'''
  692. pass
  693. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  694. def locate_oc_binary():
  695. ''' Find and return oc binary file '''
  696. # https://github.com/openshift/openshift-ansible/issues/3410
  697. # oc can be in /usr/local/bin in some cases, but that may not
  698. # be in $PATH due to ansible/sudo
  699. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  700. oc_binary = 'oc'
  701. # Use shutil.which if it is available, otherwise fallback to a naive path search
  702. try:
  703. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  704. if which_result is not None:
  705. oc_binary = which_result
  706. except AttributeError:
  707. for path in paths:
  708. if os.path.exists(os.path.join(path, oc_binary)):
  709. oc_binary = os.path.join(path, oc_binary)
  710. break
  711. return oc_binary
  712. # pylint: disable=too-few-public-methods
  713. class OpenShiftCLI(object):
  714. ''' Class to wrap the command line tools '''
  715. def __init__(self,
  716. namespace,
  717. kubeconfig='/etc/origin/master/admin.kubeconfig',
  718. verbose=False,
  719. all_namespaces=False):
  720. ''' Constructor for OpenshiftCLI '''
  721. self.namespace = namespace
  722. self.verbose = verbose
  723. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  724. self.all_namespaces = all_namespaces
  725. self.oc_binary = locate_oc_binary()
  726. # Pylint allows only 5 arguments to be passed.
  727. # pylint: disable=too-many-arguments
  728. def _replace_content(self, resource, rname, content, edits=None, force=False, sep='.'):
  729. ''' replace the current object with the content '''
  730. res = self._get(resource, rname)
  731. if not res['results']:
  732. return res
  733. fname = Utils.create_tmpfile(rname + '-')
  734. yed = Yedit(fname, res['results'][0], separator=sep)
  735. updated = False
  736. if content is not None:
  737. changes = []
  738. for key, value in content.items():
  739. changes.append(yed.put(key, value))
  740. if any([change[0] for change in changes]):
  741. updated = True
  742. elif edits is not None:
  743. results = Yedit.process_edits(edits, yed)
  744. if results['changed']:
  745. updated = True
  746. if updated:
  747. yed.write()
  748. atexit.register(Utils.cleanup, [fname])
  749. return self._replace(fname, force)
  750. return {'returncode': 0, 'updated': False}
  751. def _replace(self, fname, force=False):
  752. '''replace the current object with oc replace'''
  753. # We are removing the 'resourceVersion' to handle
  754. # a race condition when modifying oc objects
  755. yed = Yedit(fname)
  756. results = yed.delete('metadata.resourceVersion')
  757. if results[0]:
  758. yed.write()
  759. cmd = ['replace', '-f', fname]
  760. if force:
  761. cmd.append('--force')
  762. return self.openshift_cmd(cmd)
  763. def _create_from_content(self, rname, content):
  764. '''create a temporary file and then call oc create on it'''
  765. fname = Utils.create_tmpfile(rname + '-')
  766. yed = Yedit(fname, content=content)
  767. yed.write()
  768. atexit.register(Utils.cleanup, [fname])
  769. return self._create(fname)
  770. def _create(self, fname):
  771. '''call oc create on a filename'''
  772. return self.openshift_cmd(['create', '-f', fname])
  773. def _delete(self, resource, name=None, selector=None):
  774. '''call oc delete on a resource'''
  775. cmd = ['delete', resource]
  776. if selector is not None:
  777. cmd.append('--selector={}'.format(selector))
  778. elif name is not None:
  779. cmd.append(name)
  780. else:
  781. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  782. return self.openshift_cmd(cmd)
  783. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  784. '''process a template
  785. template_name: the name of the template to process
  786. create: whether to send to oc create after processing
  787. params: the parameters for the template
  788. template_data: the incoming template's data; instead of a file
  789. '''
  790. cmd = ['process']
  791. if template_data:
  792. cmd.extend(['-f', '-'])
  793. else:
  794. cmd.append(template_name)
  795. if params:
  796. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  797. cmd.append('-v')
  798. cmd.extend(param_str)
  799. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  800. if results['returncode'] != 0 or not create:
  801. return results
  802. fname = Utils.create_tmpfile(template_name + '-')
  803. yed = Yedit(fname, results['results'])
  804. yed.write()
  805. atexit.register(Utils.cleanup, [fname])
  806. return self.openshift_cmd(['create', '-f', fname])
  807. def _get(self, resource, name=None, selector=None):
  808. '''return a resource by name '''
  809. cmd = ['get', resource]
  810. if selector is not None:
  811. cmd.append('--selector={}'.format(selector))
  812. elif name is not None:
  813. cmd.append(name)
  814. cmd.extend(['-o', 'json'])
  815. rval = self.openshift_cmd(cmd, output=True)
  816. # Ensure results are retuned in an array
  817. if 'items' in rval:
  818. rval['results'] = rval['items']
  819. elif not isinstance(rval['results'], list):
  820. rval['results'] = [rval['results']]
  821. return rval
  822. def _schedulable(self, node=None, selector=None, schedulable=True):
  823. ''' perform oadm manage-node scheduable '''
  824. cmd = ['manage-node']
  825. if node:
  826. cmd.extend(node)
  827. else:
  828. cmd.append('--selector={}'.format(selector))
  829. cmd.append('--schedulable={}'.format(schedulable))
  830. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  831. def _list_pods(self, node=None, selector=None, pod_selector=None):
  832. ''' perform oadm list pods
  833. node: the node in which to list pods
  834. selector: the label selector filter if provided
  835. pod_selector: the pod selector filter if provided
  836. '''
  837. cmd = ['manage-node']
  838. if node:
  839. cmd.extend(node)
  840. else:
  841. cmd.append('--selector={}'.format(selector))
  842. if pod_selector:
  843. cmd.append('--pod-selector={}'.format(pod_selector))
  844. cmd.extend(['--list-pods', '-o', 'json'])
  845. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  846. # pylint: disable=too-many-arguments
  847. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  848. ''' perform oadm manage-node evacuate '''
  849. cmd = ['manage-node']
  850. if node:
  851. cmd.extend(node)
  852. else:
  853. cmd.append('--selector={}'.format(selector))
  854. if dry_run:
  855. cmd.append('--dry-run')
  856. if pod_selector:
  857. cmd.append('--pod-selector={}'.format(pod_selector))
  858. if grace_period:
  859. cmd.append('--grace-period={}'.format(int(grace_period)))
  860. if force:
  861. cmd.append('--force')
  862. cmd.append('--evacuate')
  863. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  864. def _version(self):
  865. ''' return the openshift version'''
  866. return self.openshift_cmd(['version'], output=True, output_type='raw')
  867. def _import_image(self, url=None, name=None, tag=None):
  868. ''' perform image import '''
  869. cmd = ['import-image']
  870. image = '{0}'.format(name)
  871. if tag:
  872. image += ':{0}'.format(tag)
  873. cmd.append(image)
  874. if url:
  875. cmd.append('--from={0}/{1}'.format(url, image))
  876. cmd.append('-n{0}'.format(self.namespace))
  877. cmd.append('--confirm')
  878. return self.openshift_cmd(cmd)
  879. def _run(self, cmds, input_data):
  880. ''' Actually executes the command. This makes mocking easier. '''
  881. curr_env = os.environ.copy()
  882. curr_env.update({'KUBECONFIG': self.kubeconfig})
  883. proc = subprocess.Popen(cmds,
  884. stdin=subprocess.PIPE,
  885. stdout=subprocess.PIPE,
  886. stderr=subprocess.PIPE,
  887. env=curr_env)
  888. stdout, stderr = proc.communicate(input_data)
  889. return proc.returncode, stdout.decode('utf-8'), stderr.decode('utf-8')
  890. # pylint: disable=too-many-arguments,too-many-branches
  891. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  892. '''Base command for oc '''
  893. cmds = [self.oc_binary]
  894. if oadm:
  895. cmds.append('adm')
  896. cmds.extend(cmd)
  897. if self.all_namespaces:
  898. cmds.extend(['--all-namespaces'])
  899. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  900. cmds.extend(['-n', self.namespace])
  901. if self.verbose:
  902. print(' '.join(cmds))
  903. try:
  904. returncode, stdout, stderr = self._run(cmds, input_data)
  905. except OSError as ex:
  906. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  907. rval = {"returncode": returncode,
  908. "cmd": ' '.join(cmds)}
  909. if output_type == 'json':
  910. rval['results'] = {}
  911. if output and stdout:
  912. try:
  913. rval['results'] = json.loads(stdout)
  914. except ValueError as verr:
  915. if "No JSON object could be decoded" in verr.args:
  916. rval['err'] = verr.args
  917. elif output_type == 'raw':
  918. rval['results'] = stdout if output else ''
  919. if self.verbose:
  920. print("STDOUT: {0}".format(stdout))
  921. print("STDERR: {0}".format(stderr))
  922. if 'err' in rval or returncode != 0:
  923. rval.update({"stderr": stderr,
  924. "stdout": stdout})
  925. return rval
  926. class Utils(object): # pragma: no cover
  927. ''' utilities for openshiftcli modules '''
  928. @staticmethod
  929. def _write(filename, contents):
  930. ''' Actually write the file contents to disk. This helps with mocking. '''
  931. with open(filename, 'w') as sfd:
  932. sfd.write(str(contents))
  933. @staticmethod
  934. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  935. ''' create a file in tmp with name and contents'''
  936. tmp = Utils.create_tmpfile(prefix=rname)
  937. if ftype == 'yaml':
  938. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  939. # pylint: disable=no-member
  940. if hasattr(yaml, 'RoundTripDumper'):
  941. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  942. else:
  943. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  944. elif ftype == 'json':
  945. Utils._write(tmp, json.dumps(data))
  946. else:
  947. Utils._write(tmp, data)
  948. # Register cleanup when module is done
  949. atexit.register(Utils.cleanup, [tmp])
  950. return tmp
  951. @staticmethod
  952. def create_tmpfile_copy(inc_file):
  953. '''create a temporary copy of a file'''
  954. tmpfile = Utils.create_tmpfile('lib_openshift-')
  955. Utils._write(tmpfile, open(inc_file).read())
  956. # Cleanup the tmpfile
  957. atexit.register(Utils.cleanup, [tmpfile])
  958. return tmpfile
  959. @staticmethod
  960. def create_tmpfile(prefix='tmp'):
  961. ''' Generates and returns a temporary file name '''
  962. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  963. return tmp.name
  964. @staticmethod
  965. def create_tmp_files_from_contents(content, content_type=None):
  966. '''Turn an array of dict: filename, content into a files array'''
  967. if not isinstance(content, list):
  968. content = [content]
  969. files = []
  970. for item in content:
  971. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  972. item['data'],
  973. ftype=content_type)
  974. files.append({'name': os.path.basename(item['path']),
  975. 'path': path})
  976. return files
  977. @staticmethod
  978. def cleanup(files):
  979. '''Clean up on exit '''
  980. for sfile in files:
  981. if os.path.exists(sfile):
  982. if os.path.isdir(sfile):
  983. shutil.rmtree(sfile)
  984. elif os.path.isfile(sfile):
  985. os.remove(sfile)
  986. @staticmethod
  987. def exists(results, _name):
  988. ''' Check to see if the results include the name '''
  989. if not results:
  990. return False
  991. if Utils.find_result(results, _name):
  992. return True
  993. return False
  994. @staticmethod
  995. def find_result(results, _name):
  996. ''' Find the specified result by name'''
  997. rval = None
  998. for result in results:
  999. if 'metadata' in result and result['metadata']['name'] == _name:
  1000. rval = result
  1001. break
  1002. return rval
  1003. @staticmethod
  1004. def get_resource_file(sfile, sfile_type='yaml'):
  1005. ''' return the service file '''
  1006. contents = None
  1007. with open(sfile) as sfd:
  1008. contents = sfd.read()
  1009. if sfile_type == 'yaml':
  1010. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  1011. # pylint: disable=no-member
  1012. if hasattr(yaml, 'RoundTripLoader'):
  1013. contents = yaml.load(contents, yaml.RoundTripLoader)
  1014. else:
  1015. contents = yaml.safe_load(contents)
  1016. elif sfile_type == 'json':
  1017. contents = json.loads(contents)
  1018. return contents
  1019. @staticmethod
  1020. def filter_versions(stdout):
  1021. ''' filter the oc version output '''
  1022. version_dict = {}
  1023. version_search = ['oc', 'openshift', 'kubernetes']
  1024. for line in stdout.strip().split('\n'):
  1025. for term in version_search:
  1026. if not line:
  1027. continue
  1028. if line.startswith(term):
  1029. version_dict[term] = line.split()[-1]
  1030. # horrible hack to get openshift version in Openshift 3.2
  1031. # By default "oc version in 3.2 does not return an "openshift" version
  1032. if "openshift" not in version_dict:
  1033. version_dict["openshift"] = version_dict["oc"]
  1034. return version_dict
  1035. @staticmethod
  1036. def add_custom_versions(versions):
  1037. ''' create custom versions strings '''
  1038. versions_dict = {}
  1039. for tech, version in versions.items():
  1040. # clean up "-" from version
  1041. if "-" in version:
  1042. version = version.split("-")[0]
  1043. if version.startswith('v'):
  1044. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  1045. # "v3.3.0.33" is what we have, we want "3.3"
  1046. versions_dict[tech + '_short'] = version[1:4]
  1047. return versions_dict
  1048. @staticmethod
  1049. def openshift_installed():
  1050. ''' check if openshift is installed '''
  1051. import rpm
  1052. transaction_set = rpm.TransactionSet()
  1053. rpmquery = transaction_set.dbMatch("name", "atomic-openshift")
  1054. return rpmquery.count() > 0
  1055. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1056. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1057. @staticmethod
  1058. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1059. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1060. # Currently these values are autogenerated and we do not need to check them
  1061. skip = ['metadata', 'status']
  1062. if skip_keys:
  1063. skip.extend(skip_keys)
  1064. for key, value in result_def.items():
  1065. if key in skip:
  1066. continue
  1067. # Both are lists
  1068. if isinstance(value, list):
  1069. if key not in user_def:
  1070. if debug:
  1071. print('User data does not have key [%s]' % key)
  1072. print('User data: %s' % user_def)
  1073. return False
  1074. if not isinstance(user_def[key], list):
  1075. if debug:
  1076. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1077. return False
  1078. if len(user_def[key]) != len(value):
  1079. if debug:
  1080. print("List lengths are not equal.")
  1081. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1082. print("user_def: %s" % user_def[key])
  1083. print("value: %s" % value)
  1084. return False
  1085. for values in zip(user_def[key], value):
  1086. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1087. if debug:
  1088. print('sending list - list')
  1089. print(type(values[0]))
  1090. print(type(values[1]))
  1091. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1092. if not result:
  1093. print('list compare returned false')
  1094. return False
  1095. elif value != user_def[key]:
  1096. if debug:
  1097. print('value should be identical')
  1098. print(user_def[key])
  1099. print(value)
  1100. return False
  1101. # recurse on a dictionary
  1102. elif isinstance(value, dict):
  1103. if key not in user_def:
  1104. if debug:
  1105. print("user_def does not have key [%s]" % key)
  1106. return False
  1107. if not isinstance(user_def[key], dict):
  1108. if debug:
  1109. print("dict returned false: not instance of dict")
  1110. return False
  1111. # before passing ensure keys match
  1112. api_values = set(value.keys()) - set(skip)
  1113. user_values = set(user_def[key].keys()) - set(skip)
  1114. if api_values != user_values:
  1115. if debug:
  1116. print("keys are not equal in dict")
  1117. print(user_values)
  1118. print(api_values)
  1119. return False
  1120. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1121. if not result:
  1122. if debug:
  1123. print("dict returned false")
  1124. print(result)
  1125. return False
  1126. # Verify each key, value pair is the same
  1127. else:
  1128. if key not in user_def or value != user_def[key]:
  1129. if debug:
  1130. print("value not equal; user_def does not have key")
  1131. print(key)
  1132. print(value)
  1133. if key in user_def:
  1134. print(user_def[key])
  1135. return False
  1136. if debug:
  1137. print('returning true')
  1138. return True
  1139. class OpenShiftCLIConfig(object):
  1140. '''Generic Config'''
  1141. def __init__(self, rname, namespace, kubeconfig, options):
  1142. self.kubeconfig = kubeconfig
  1143. self.name = rname
  1144. self.namespace = namespace
  1145. self._options = options
  1146. @property
  1147. def config_options(self):
  1148. ''' return config options '''
  1149. return self._options
  1150. def to_option_list(self, ascommalist=''):
  1151. '''return all options as a string
  1152. if ascommalist is set to the name of a key, and
  1153. the value of that key is a dict, format the dict
  1154. as a list of comma delimited key=value pairs'''
  1155. return self.stringify(ascommalist)
  1156. def stringify(self, ascommalist=''):
  1157. ''' return the options hash as cli params in a string
  1158. if ascommalist is set to the name of a key, and
  1159. the value of that key is a dict, format the dict
  1160. as a list of comma delimited key=value pairs '''
  1161. rval = []
  1162. for key in sorted(self.config_options.keys()):
  1163. data = self.config_options[key]
  1164. if data['include'] \
  1165. and (data['value'] is not None or isinstance(data['value'], int)):
  1166. if key == ascommalist:
  1167. val = ','.join(['{}={}'.format(kk, vv) for kk, vv in sorted(data['value'].items())])
  1168. else:
  1169. val = data['value']
  1170. rval.append('--{}={}'.format(key.replace('_', '-'), val))
  1171. return rval
  1172. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1173. # -*- -*- -*- Begin included fragment: class/oc_configmap.py -*- -*- -*-
  1174. # pylint: disable=too-many-arguments
  1175. class OCConfigMap(OpenShiftCLI):
  1176. ''' Openshift ConfigMap Class
  1177. ConfigMaps are a way to store data inside of objects
  1178. '''
  1179. def __init__(self,
  1180. name,
  1181. from_file,
  1182. from_literal,
  1183. state,
  1184. namespace,
  1185. kubeconfig='/etc/origin/master/admin.kubeconfig',
  1186. verbose=False):
  1187. ''' Constructor for OpenshiftOC '''
  1188. super(OCConfigMap, self).__init__(namespace, kubeconfig=kubeconfig, verbose=verbose)
  1189. self.name = name
  1190. self.state = state
  1191. self._configmap = None
  1192. self._inc_configmap = None
  1193. self.from_file = from_file if from_file is not None else {}
  1194. self.from_literal = from_literal if from_literal is not None else {}
  1195. @property
  1196. def configmap(self):
  1197. if self._configmap is None:
  1198. self._configmap = self.get()
  1199. return self._configmap
  1200. @configmap.setter
  1201. def configmap(self, inc_map):
  1202. self._configmap = inc_map
  1203. @property
  1204. def inc_configmap(self):
  1205. if self._inc_configmap is None:
  1206. results = self.create(dryrun=True, output=True)
  1207. self._inc_configmap = results['results']
  1208. return self._inc_configmap
  1209. @inc_configmap.setter
  1210. def inc_configmap(self, inc_map):
  1211. self._inc_configmap = inc_map
  1212. def from_file_to_params(self):
  1213. '''return from_files in a string ready for cli'''
  1214. return ["--from-file={}={}".format(key, value) for key, value in self.from_file.items()]
  1215. def from_literal_to_params(self):
  1216. '''return from_literal in a string ready for cli'''
  1217. return ["--from-literal={}={}".format(key, value) for key, value in self.from_literal.items()]
  1218. def get(self):
  1219. '''return a configmap by name '''
  1220. results = self._get('configmap', self.name)
  1221. if results['returncode'] == 0 and results['results'][0]:
  1222. self.configmap = results['results'][0]
  1223. if results['returncode'] != 0 and '"{}" not found'.format(self.name) in results['stderr']:
  1224. results['returncode'] = 0
  1225. return results
  1226. def delete(self):
  1227. '''delete a configmap by name'''
  1228. return self._delete('configmap', self.name)
  1229. def create(self, dryrun=False, output=False):
  1230. '''Create a configmap
  1231. :dryrun: Product what you would have done. default: False
  1232. :output: Whether to parse output. default: False
  1233. '''
  1234. cmd = ['create', 'configmap', self.name]
  1235. if self.from_literal is not None:
  1236. cmd.extend(self.from_literal_to_params())
  1237. if self.from_file is not None:
  1238. cmd.extend(self.from_file_to_params())
  1239. if dryrun:
  1240. cmd.extend(['--dry-run', '-ojson'])
  1241. results = self.openshift_cmd(cmd, output=output)
  1242. return results
  1243. def update(self):
  1244. '''run update configmap '''
  1245. return self._replace_content('configmap', self.name, self.inc_configmap)
  1246. def needs_update(self):
  1247. '''compare the current configmap with the proposed and return if they are equal'''
  1248. return not Utils.check_def_equal(self.inc_configmap, self.configmap, debug=self.verbose)
  1249. @staticmethod
  1250. # pylint: disable=too-many-return-statements,too-many-branches
  1251. # TODO: This function should be refactored into its individual parts.
  1252. def run_ansible(params, check_mode):
  1253. '''run the ansible idempotent code'''
  1254. oc_cm = OCConfigMap(params['name'],
  1255. params['from_file'],
  1256. params['from_literal'],
  1257. params['state'],
  1258. params['namespace'],
  1259. kubeconfig=params['kubeconfig'],
  1260. verbose=params['debug'])
  1261. state = params['state']
  1262. api_rval = oc_cm.get()
  1263. if 'failed' in api_rval:
  1264. return {'failed': True, 'msg': api_rval}
  1265. #####
  1266. # Get
  1267. #####
  1268. if state == 'list':
  1269. return {'changed': False, 'results': api_rval, 'state': state}
  1270. if not params['name']:
  1271. return {'failed': True,
  1272. 'msg': 'Please specify a name when state is absent|present.'}
  1273. ########
  1274. # Delete
  1275. ########
  1276. if state == 'absent':
  1277. if not Utils.exists(api_rval['results'], params['name']):
  1278. return {'changed': False, 'state': 'absent'}
  1279. if check_mode:
  1280. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed a delete.'}
  1281. api_rval = oc_cm.delete()
  1282. if api_rval['returncode'] != 0:
  1283. return {'failed': True, 'msg': api_rval}
  1284. return {'changed': True, 'results': api_rval, 'state': state}
  1285. ########
  1286. # Create
  1287. ########
  1288. if state == 'present':
  1289. if not Utils.exists(api_rval['results'], params['name']):
  1290. if check_mode:
  1291. return {'changed': True, 'msg': 'Would have performed a create.'}
  1292. api_rval = oc_cm.create()
  1293. if api_rval['returncode'] != 0:
  1294. return {'failed': True, 'msg': api_rval}
  1295. api_rval = oc_cm.get()
  1296. if api_rval['returncode'] != 0:
  1297. return {'failed': True, 'msg': api_rval}
  1298. return {'changed': True, 'results': api_rval, 'state': state}
  1299. ########
  1300. # Update
  1301. ########
  1302. if oc_cm.needs_update():
  1303. api_rval = oc_cm.update()
  1304. if api_rval['returncode'] != 0:
  1305. return {'failed': True, 'msg': api_rval}
  1306. api_rval = oc_cm.get()
  1307. if api_rval['returncode'] != 0:
  1308. return {'failed': True, 'msg': api_rval}
  1309. return {'changed': True, 'results': api_rval, 'state': state}
  1310. return {'changed': False, 'results': api_rval, 'state': state}
  1311. return {'failed': True, 'msg': 'Unknown state passed. {}'.format(state)}
  1312. # -*- -*- -*- End included fragment: class/oc_configmap.py -*- -*- -*-
  1313. # -*- -*- -*- Begin included fragment: ansible/oc_configmap.py -*- -*- -*-
  1314. def main():
  1315. '''
  1316. ansible oc module for managing OpenShift configmap objects
  1317. '''
  1318. module = AnsibleModule(
  1319. argument_spec=dict(
  1320. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1321. state=dict(default='present', type='str',
  1322. choices=['present', 'absent', 'list']),
  1323. debug=dict(default=False, type='bool'),
  1324. namespace=dict(default='default', type='str'),
  1325. name=dict(default=None, required=True, type='str'),
  1326. from_file=dict(default=None, type='dict'),
  1327. from_literal=dict(default=None, type='dict'),
  1328. ),
  1329. supports_check_mode=True,
  1330. )
  1331. rval = OCConfigMap.run_ansible(module.params, module.check_mode)
  1332. if 'failed' in rval:
  1333. module.fail_json(**rval)
  1334. module.exit_json(**rval)
  1335. if __name__ == '__main__':
  1336. main()
  1337. # -*- -*- -*- End included fragment: ansible/oc_configmap.py -*- -*- -*-