oc_configmap.py 55 KB

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