oc_configmap.py 56 KB

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