oc_process.py 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673
  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/process -*- -*- -*-
  50. DOCUMENTATION = '''
  51. ---
  52. module: oc_process
  53. short_description: Module to process openshift templates
  54. description:
  55. - Process openshift templates programmatically.
  56. options:
  57. state:
  58. description:
  59. - State has a few different meanings when it comes to process.
  60. - state: present - This state runs an `oc process <template>`. When used in
  61. - conjunction with 'create: True' the process will be piped to | oc create -f
  62. - state: absent - will remove a template
  63. - state: list - will perform an `oc get template <template_name>`
  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. template_name:
  80. description:
  81. - Name of the openshift template that is being processed.
  82. required: false
  83. default: None
  84. aliases: []
  85. namespace:
  86. description:
  87. - The namespace where the template lives.
  88. required: false
  89. default: default
  90. aliases: []
  91. content:
  92. description:
  93. - Template content that will be processed.
  94. required: false
  95. default: None
  96. aliases: []
  97. params:
  98. description:
  99. - A list of parameters that will be inserted into the template.
  100. required: false
  101. default: None
  102. aliases: []
  103. create:
  104. description:
  105. - Whether or not to create the template after being processed. e.g. oc process | oc create -f -
  106. required: False
  107. default: False
  108. aliases: []
  109. reconcile:
  110. description:
  111. - Whether or not to attempt to determine if there are updates or changes in the incoming template.
  112. default: true
  113. aliases: []
  114. author:
  115. - "Kenny Woodson <kwoodson@redhat.com>"
  116. extends_documentation_fragment: []
  117. '''
  118. EXAMPLES = '''
  119. - name: process the cloud volume provisioner template with variables
  120. oc_process:
  121. namespace: openshift-infra
  122. template_name: online-volume-provisioner
  123. create: True
  124. params:
  125. PLAT: rhel7
  126. register: processout
  127. run_once: true
  128. - debug: var=processout
  129. '''
  130. # -*- -*- -*- End included fragment: doc/process -*- -*- -*-
  131. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  132. class YeditException(Exception): # pragma: no cover
  133. ''' Exception class for Yedit '''
  134. pass
  135. # pylint: disable=too-many-public-methods
  136. class Yedit(object): # pragma: no cover
  137. ''' Class to modify yaml files '''
  138. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  139. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z{}/_-]+)"
  140. com_sep = set(['.', '#', '|', ':'])
  141. # pylint: disable=too-many-arguments
  142. def __init__(self,
  143. filename=None,
  144. content=None,
  145. content_type='yaml',
  146. separator='.',
  147. backup=False):
  148. self.content = content
  149. self._separator = separator
  150. self.filename = filename
  151. self.__yaml_dict = content
  152. self.content_type = content_type
  153. self.backup = backup
  154. self.load(content_type=self.content_type)
  155. if self.__yaml_dict is None:
  156. self.__yaml_dict = {}
  157. @property
  158. def separator(self):
  159. ''' getter method for separator '''
  160. return self._separator
  161. @separator.setter
  162. def separator(self, inc_sep):
  163. ''' setter method for separator '''
  164. self._separator = inc_sep
  165. @property
  166. def yaml_dict(self):
  167. ''' getter method for yaml_dict '''
  168. return self.__yaml_dict
  169. @yaml_dict.setter
  170. def yaml_dict(self, value):
  171. ''' setter method for yaml_dict '''
  172. self.__yaml_dict = value
  173. @staticmethod
  174. def parse_key(key, sep='.'):
  175. '''parse the key allowing the appropriate separator'''
  176. common_separators = list(Yedit.com_sep - set([sep]))
  177. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  178. @staticmethod
  179. def valid_key(key, sep='.'):
  180. '''validate the incoming key'''
  181. common_separators = list(Yedit.com_sep - set([sep]))
  182. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  183. return False
  184. return True
  185. # pylint: disable=too-many-return-statements,too-many-branches
  186. @staticmethod
  187. def remove_entry(data, key, index=None, value=None, sep='.'):
  188. ''' remove data at location key '''
  189. if key == '' and isinstance(data, dict):
  190. if value is not None:
  191. data.pop(value)
  192. elif index is not None:
  193. raise YeditException("remove_entry for a dictionary does not have an index {}".format(index))
  194. else:
  195. data.clear()
  196. return True
  197. elif key == '' and isinstance(data, list):
  198. ind = None
  199. if value is not None:
  200. try:
  201. ind = data.index(value)
  202. except ValueError:
  203. return False
  204. elif index is not None:
  205. ind = index
  206. else:
  207. del data[:]
  208. if ind is not None:
  209. data.pop(ind)
  210. return True
  211. if not (key and Yedit.valid_key(key, sep)) and \
  212. isinstance(data, (list, dict)):
  213. return None
  214. key_indexes = Yedit.parse_key(key, sep)
  215. for arr_ind, dict_key in key_indexes[:-1]:
  216. if dict_key and isinstance(data, dict):
  217. data = data.get(dict_key)
  218. elif (arr_ind and isinstance(data, list) and
  219. int(arr_ind) <= len(data) - 1):
  220. data = data[int(arr_ind)]
  221. else:
  222. return None
  223. # process last index for remove
  224. # expected list entry
  225. if key_indexes[-1][0]:
  226. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  227. del data[int(key_indexes[-1][0])]
  228. return True
  229. # expected dict entry
  230. elif key_indexes[-1][1]:
  231. if isinstance(data, dict):
  232. del data[key_indexes[-1][1]]
  233. return True
  234. @staticmethod
  235. def add_entry(data, key, item=None, sep='.'):
  236. ''' Get an item from a dictionary with key notation a.b.c
  237. d = {'a': {'b': 'c'}}}
  238. key = a#b
  239. return c
  240. '''
  241. if key == '':
  242. pass
  243. elif (not (key and Yedit.valid_key(key, sep)) and
  244. isinstance(data, (list, dict))):
  245. return None
  246. key_indexes = Yedit.parse_key(key, sep)
  247. for arr_ind, dict_key in key_indexes[:-1]:
  248. if dict_key:
  249. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  250. data = data[dict_key]
  251. continue
  252. elif data and not isinstance(data, dict):
  253. raise YeditException("Unexpected item type found while going through key " +
  254. "path: {} (at key: {})".format(key, dict_key))
  255. data[dict_key] = {}
  256. data = data[dict_key]
  257. elif (arr_ind and isinstance(data, list) and
  258. int(arr_ind) <= len(data) - 1):
  259. data = data[int(arr_ind)]
  260. else:
  261. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  262. if key == '':
  263. data = item
  264. # process last index for add
  265. # expected list entry
  266. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  267. data[int(key_indexes[-1][0])] = item
  268. # expected dict entry
  269. elif key_indexes[-1][1] and isinstance(data, dict):
  270. data[key_indexes[-1][1]] = item
  271. # didn't add/update to an existing list, nor add/update key to a dict
  272. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  273. # non-existent array
  274. else:
  275. raise YeditException("Error adding to object at path: {}".format(key))
  276. return data
  277. @staticmethod
  278. def get_entry(data, key, sep='.'):
  279. ''' Get an item from a dictionary with key notation a.b.c
  280. d = {'a': {'b': 'c'}}}
  281. key = a.b
  282. return c
  283. '''
  284. if key == '':
  285. pass
  286. elif (not (key and Yedit.valid_key(key, sep)) and
  287. isinstance(data, (list, dict))):
  288. return None
  289. key_indexes = Yedit.parse_key(key, sep)
  290. for arr_ind, dict_key in key_indexes:
  291. if dict_key and isinstance(data, dict):
  292. data = data.get(dict_key)
  293. elif (arr_ind and isinstance(data, list) and
  294. int(arr_ind) <= len(data) - 1):
  295. data = data[int(arr_ind)]
  296. else:
  297. return None
  298. return data
  299. @staticmethod
  300. def _write(filename, contents):
  301. ''' Actually write the file contents to disk. This helps with mocking. '''
  302. tmp_filename = filename + '.yedit'
  303. with open(tmp_filename, 'w') as yfd:
  304. fcntl.flock(yfd, fcntl.LOCK_EX | fcntl.LOCK_NB)
  305. yfd.write(contents)
  306. fcntl.flock(yfd, fcntl.LOCK_UN)
  307. os.rename(tmp_filename, filename)
  308. def write(self):
  309. ''' write to file '''
  310. if not self.filename:
  311. raise YeditException('Please specify a filename.')
  312. if self.backup and self.file_exists():
  313. shutil.copy(self.filename, self.filename + '.orig')
  314. # Try to set format attributes if supported
  315. try:
  316. self.yaml_dict.fa.set_block_style()
  317. except AttributeError:
  318. pass
  319. # Try to use RoundTripDumper if supported.
  320. if self.content_type == 'yaml':
  321. try:
  322. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  323. except AttributeError:
  324. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  325. elif self.content_type == 'json':
  326. Yedit._write(self.filename, json.dumps(self.yaml_dict, indent=4, sort_keys=True))
  327. else:
  328. raise YeditException('Unsupported content_type: {}.'.format(self.content_type) +
  329. 'Please specify a content_type of yaml or json.')
  330. return (True, self.yaml_dict)
  331. def read(self):
  332. ''' read from file '''
  333. # check if it exists
  334. if self.filename is None or not self.file_exists():
  335. return None
  336. contents = None
  337. with open(self.filename) as yfd:
  338. contents = yfd.read()
  339. return contents
  340. def file_exists(self):
  341. ''' return whether file exists '''
  342. if os.path.exists(self.filename):
  343. return True
  344. return False
  345. def load(self, content_type='yaml'):
  346. ''' return yaml file '''
  347. contents = self.read()
  348. if not contents and not self.content:
  349. return None
  350. if self.content:
  351. if isinstance(self.content, dict):
  352. self.yaml_dict = self.content
  353. return self.yaml_dict
  354. elif isinstance(self.content, str):
  355. contents = self.content
  356. # check if it is yaml
  357. try:
  358. if content_type == 'yaml' and contents:
  359. # Try to set format attributes if supported
  360. try:
  361. self.yaml_dict.fa.set_block_style()
  362. except AttributeError:
  363. pass
  364. # Try to use RoundTripLoader if supported.
  365. try:
  366. self.yaml_dict = yaml.load(contents, yaml.RoundTripLoader)
  367. except AttributeError:
  368. self.yaml_dict = yaml.safe_load(contents)
  369. # Try to set format attributes if supported
  370. try:
  371. self.yaml_dict.fa.set_block_style()
  372. except AttributeError:
  373. pass
  374. elif content_type == 'json' and contents:
  375. self.yaml_dict = json.loads(contents)
  376. except yaml.YAMLError as err:
  377. # Error loading yaml or json
  378. raise YeditException('Problem with loading yaml file. {}'.format(err))
  379. return self.yaml_dict
  380. def get(self, key):
  381. ''' get a specified key'''
  382. try:
  383. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  384. except KeyError:
  385. entry = None
  386. return entry
  387. def pop(self, path, key_or_item):
  388. ''' remove a key, value pair from a dict or an item for a list'''
  389. try:
  390. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  391. except KeyError:
  392. entry = None
  393. if entry is None:
  394. return (False, self.yaml_dict)
  395. if isinstance(entry, dict):
  396. # AUDIT:maybe-no-member makes sense due to fuzzy types
  397. # pylint: disable=maybe-no-member
  398. if key_or_item in entry:
  399. entry.pop(key_or_item)
  400. return (True, self.yaml_dict)
  401. return (False, self.yaml_dict)
  402. elif isinstance(entry, list):
  403. # AUDIT:maybe-no-member makes sense due to fuzzy types
  404. # pylint: disable=maybe-no-member
  405. ind = None
  406. try:
  407. ind = entry.index(key_or_item)
  408. except ValueError:
  409. return (False, self.yaml_dict)
  410. entry.pop(ind)
  411. return (True, self.yaml_dict)
  412. return (False, self.yaml_dict)
  413. def delete(self, path, index=None, value=None):
  414. ''' remove path from a dict'''
  415. try:
  416. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  417. except KeyError:
  418. entry = None
  419. if entry is None:
  420. return (False, self.yaml_dict)
  421. result = Yedit.remove_entry(self.yaml_dict, path, index, value, self.separator)
  422. if not result:
  423. return (False, self.yaml_dict)
  424. return (True, self.yaml_dict)
  425. def exists(self, path, value):
  426. ''' check if value exists at path'''
  427. try:
  428. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  429. except KeyError:
  430. entry = None
  431. if isinstance(entry, list):
  432. if value in entry:
  433. return True
  434. return False
  435. elif isinstance(entry, dict):
  436. if isinstance(value, dict):
  437. rval = False
  438. for key, val in value.items():
  439. if entry[key] != val:
  440. rval = False
  441. break
  442. else:
  443. rval = True
  444. return rval
  445. return value in entry
  446. return entry == value
  447. def append(self, path, value):
  448. '''append value to a list'''
  449. try:
  450. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  451. except KeyError:
  452. entry = None
  453. if entry is None:
  454. self.put(path, [])
  455. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  456. if not isinstance(entry, list):
  457. return (False, self.yaml_dict)
  458. # AUDIT:maybe-no-member makes sense due to loading data from
  459. # a serialized format.
  460. # pylint: disable=maybe-no-member
  461. entry.append(value)
  462. return (True, self.yaml_dict)
  463. # pylint: disable=too-many-arguments
  464. def update(self, path, value, index=None, curr_value=None):
  465. ''' put path, value into a dict '''
  466. try:
  467. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  468. except KeyError:
  469. entry = None
  470. if isinstance(entry, dict):
  471. # AUDIT:maybe-no-member makes sense due to fuzzy types
  472. # pylint: disable=maybe-no-member
  473. if not isinstance(value, dict):
  474. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  475. 'value=[{}] type=[{}]'.format(value, type(value)))
  476. entry.update(value)
  477. return (True, self.yaml_dict)
  478. elif isinstance(entry, list):
  479. # AUDIT:maybe-no-member makes sense due to fuzzy types
  480. # pylint: disable=maybe-no-member
  481. ind = None
  482. if curr_value:
  483. try:
  484. ind = entry.index(curr_value)
  485. except ValueError:
  486. return (False, self.yaml_dict)
  487. elif index is not None:
  488. ind = index
  489. if ind is not None and entry[ind] != value:
  490. entry[ind] = value
  491. return (True, self.yaml_dict)
  492. # see if it exists in the list
  493. try:
  494. ind = entry.index(value)
  495. except ValueError:
  496. # doesn't exist, append it
  497. entry.append(value)
  498. return (True, self.yaml_dict)
  499. # already exists, return
  500. if ind is not None:
  501. return (False, self.yaml_dict)
  502. return (False, self.yaml_dict)
  503. def put(self, path, value):
  504. ''' put path, value into a dict '''
  505. try:
  506. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  507. except KeyError:
  508. entry = None
  509. if entry == value:
  510. return (False, self.yaml_dict)
  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 None:
  526. return (False, self.yaml_dict)
  527. # When path equals "" it is a special case.
  528. # "" refers to the root of the document
  529. # Only update the root path (entire document) when its a list or dict
  530. if path == '':
  531. if isinstance(result, list) or isinstance(result, dict):
  532. self.yaml_dict = result
  533. return (True, self.yaml_dict)
  534. return (False, self.yaml_dict)
  535. self.yaml_dict = tmp_copy
  536. return (True, self.yaml_dict)
  537. def create(self, path, value):
  538. ''' create a yaml file '''
  539. if not self.file_exists():
  540. # deepcopy didn't work
  541. # Try to use ruamel.yaml and fallback to pyyaml
  542. try:
  543. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  544. default_flow_style=False),
  545. yaml.RoundTripLoader)
  546. except AttributeError:
  547. tmp_copy = copy.deepcopy(self.yaml_dict)
  548. # set the format attributes if available
  549. try:
  550. tmp_copy.fa.set_block_style()
  551. except AttributeError:
  552. pass
  553. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  554. if result is not None:
  555. self.yaml_dict = tmp_copy
  556. return (True, self.yaml_dict)
  557. return (False, self.yaml_dict)
  558. @staticmethod
  559. def get_curr_value(invalue, val_type):
  560. '''return the current value'''
  561. if invalue is None:
  562. return None
  563. curr_value = invalue
  564. if val_type == 'yaml':
  565. try:
  566. # AUDIT:maybe-no-member makes sense due to different yaml libraries
  567. # pylint: disable=maybe-no-member
  568. curr_value = yaml.safe_load(invalue, Loader=yaml.RoundTripLoader)
  569. except AttributeError:
  570. curr_value = yaml.safe_load(invalue)
  571. elif val_type == 'json':
  572. curr_value = json.loads(invalue)
  573. return curr_value
  574. @staticmethod
  575. def parse_value(inc_value, vtype=''):
  576. '''determine value type passed'''
  577. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  578. 'on', 'On', 'ON', ]
  579. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  580. 'off', 'Off', 'OFF']
  581. # It came in as a string but you didn't specify value_type as string
  582. # we will convert to bool if it matches any of the above cases
  583. if isinstance(inc_value, str) and 'bool' in vtype:
  584. if inc_value not in true_bools and inc_value not in false_bools:
  585. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  586. elif isinstance(inc_value, bool) and 'str' in vtype:
  587. inc_value = str(inc_value)
  588. # There is a special case where '' will turn into None after yaml loading it so skip
  589. if isinstance(inc_value, str) and inc_value == '':
  590. pass
  591. # If vtype is not str then go ahead and attempt to yaml load it.
  592. elif isinstance(inc_value, str) and 'str' not in vtype:
  593. try:
  594. inc_value = yaml.safe_load(inc_value)
  595. except Exception:
  596. raise YeditException('Could not determine type of incoming value. ' +
  597. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  598. return inc_value
  599. @staticmethod
  600. def process_edits(edits, yamlfile):
  601. '''run through a list of edits and process them one-by-one'''
  602. results = []
  603. for edit in edits:
  604. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  605. if edit.get('action') == 'update':
  606. # pylint: disable=line-too-long
  607. curr_value = Yedit.get_curr_value(
  608. Yedit.parse_value(edit.get('curr_value')),
  609. edit.get('curr_value_format'))
  610. rval = yamlfile.update(edit['key'],
  611. value,
  612. edit.get('index'),
  613. curr_value)
  614. elif edit.get('action') == 'append':
  615. rval = yamlfile.append(edit['key'], value)
  616. else:
  617. rval = yamlfile.put(edit['key'], value)
  618. if rval[0]:
  619. results.append({'key': edit['key'], 'edit': rval[1]})
  620. return {'changed': len(results) > 0, 'results': results}
  621. # pylint: disable=too-many-return-statements,too-many-branches
  622. @staticmethod
  623. def run_ansible(params):
  624. '''perform the idempotent crud operations'''
  625. yamlfile = Yedit(filename=params['src'],
  626. backup=params['backup'],
  627. content_type=params['content_type'],
  628. separator=params['separator'])
  629. state = params['state']
  630. if params['src']:
  631. rval = yamlfile.load()
  632. if yamlfile.yaml_dict is None and state != 'present':
  633. return {'failed': True,
  634. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  635. 'file exists, that it is has correct permissions, and is valid yaml.'}
  636. if state == 'list':
  637. if params['content']:
  638. content = Yedit.parse_value(params['content'], params['content_type'])
  639. yamlfile.yaml_dict = content
  640. if params['key']:
  641. rval = yamlfile.get(params['key'])
  642. return {'changed': False, 'result': rval, 'state': state}
  643. elif state == 'absent':
  644. if params['content']:
  645. content = Yedit.parse_value(params['content'], params['content_type'])
  646. yamlfile.yaml_dict = content
  647. if params['update']:
  648. rval = yamlfile.pop(params['key'], params['value'])
  649. else:
  650. rval = yamlfile.delete(params['key'], params['index'], params['value'])
  651. if rval[0] and params['src']:
  652. yamlfile.write()
  653. return {'changed': rval[0], 'result': rval[1], 'state': state}
  654. elif state == 'present':
  655. # check if content is different than what is in the file
  656. if params['content']:
  657. content = Yedit.parse_value(params['content'], params['content_type'])
  658. # We had no edits to make and the contents are the same
  659. if yamlfile.yaml_dict == content and \
  660. params['value'] is None:
  661. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  662. yamlfile.yaml_dict = content
  663. # If we were passed a key, value then
  664. # we enapsulate it in a list and process it
  665. # Key, Value passed to the module : Converted to Edits list #
  666. edits = []
  667. _edit = {}
  668. if params['value'] is not None:
  669. _edit['value'] = params['value']
  670. _edit['value_type'] = params['value_type']
  671. _edit['key'] = params['key']
  672. if params['update']:
  673. _edit['action'] = 'update'
  674. _edit['curr_value'] = params['curr_value']
  675. _edit['curr_value_format'] = params['curr_value_format']
  676. _edit['index'] = params['index']
  677. elif params['append']:
  678. _edit['action'] = 'append'
  679. edits.append(_edit)
  680. elif params['edits'] is not None:
  681. edits = params['edits']
  682. if edits:
  683. results = Yedit.process_edits(edits, yamlfile)
  684. # if there were changes and a src provided to us we need to write
  685. if results['changed'] and params['src']:
  686. yamlfile.write()
  687. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  688. # no edits to make
  689. if params['src']:
  690. # pylint: disable=redefined-variable-type
  691. rval = yamlfile.write()
  692. return {'changed': rval[0],
  693. 'result': rval[1],
  694. 'state': state}
  695. # We were passed content but no src, key or value, or edits. Return contents in memory
  696. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  697. return {'failed': True, 'msg': 'Unkown state passed'}
  698. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  699. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  700. # pylint: disable=too-many-lines
  701. # noqa: E301,E302,E303,T001
  702. class OpenShiftCLIError(Exception):
  703. '''Exception class for openshiftcli'''
  704. pass
  705. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  706. def locate_oc_binary():
  707. ''' Find and return oc binary file '''
  708. # https://github.com/openshift/openshift-ansible/issues/3410
  709. # oc can be in /usr/local/bin in some cases, but that may not
  710. # be in $PATH due to ansible/sudo
  711. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  712. oc_binary = 'oc'
  713. # Use shutil.which if it is available, otherwise fallback to a naive path search
  714. try:
  715. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  716. if which_result is not None:
  717. oc_binary = which_result
  718. except AttributeError:
  719. for path in paths:
  720. if os.path.exists(os.path.join(path, oc_binary)):
  721. oc_binary = os.path.join(path, oc_binary)
  722. break
  723. return oc_binary
  724. # pylint: disable=too-few-public-methods
  725. class OpenShiftCLI(object):
  726. ''' Class to wrap the command line tools '''
  727. def __init__(self,
  728. namespace,
  729. kubeconfig='/etc/origin/master/admin.kubeconfig',
  730. verbose=False,
  731. all_namespaces=False):
  732. ''' Constructor for OpenshiftCLI '''
  733. self.namespace = namespace
  734. self.verbose = verbose
  735. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  736. self.all_namespaces = all_namespaces
  737. self.oc_binary = locate_oc_binary()
  738. # Pylint allows only 5 arguments to be passed.
  739. # pylint: disable=too-many-arguments
  740. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  741. ''' replace the current object with the content '''
  742. res = self._get(resource, rname)
  743. if not res['results']:
  744. return res
  745. fname = Utils.create_tmpfile(rname + '-')
  746. yed = Yedit(fname, res['results'][0], separator=sep)
  747. changes = []
  748. for key, value in content.items():
  749. changes.append(yed.put(key, value))
  750. if any([change[0] for change in changes]):
  751. yed.write()
  752. atexit.register(Utils.cleanup, [fname])
  753. return self._replace(fname, force)
  754. return {'returncode': 0, 'updated': False}
  755. def _replace(self, fname, force=False):
  756. '''replace the current object with oc replace'''
  757. # We are removing the 'resourceVersion' to handle
  758. # a race condition when modifying oc objects
  759. yed = Yedit(fname)
  760. results = yed.delete('metadata.resourceVersion')
  761. if results[0]:
  762. yed.write()
  763. cmd = ['replace', '-f', fname]
  764. if force:
  765. cmd.append('--force')
  766. return self.openshift_cmd(cmd)
  767. def _create_from_content(self, rname, content):
  768. '''create a temporary file and then call oc create on it'''
  769. fname = Utils.create_tmpfile(rname + '-')
  770. yed = Yedit(fname, content=content)
  771. yed.write()
  772. atexit.register(Utils.cleanup, [fname])
  773. return self._create(fname)
  774. def _create(self, fname):
  775. '''call oc create on a filename'''
  776. return self.openshift_cmd(['create', '-f', fname])
  777. def _delete(self, resource, name=None, selector=None):
  778. '''call oc delete on a resource'''
  779. cmd = ['delete', resource]
  780. if selector is not None:
  781. cmd.append('--selector={}'.format(selector))
  782. elif name is not None:
  783. cmd.append(name)
  784. else:
  785. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  786. return self.openshift_cmd(cmd)
  787. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  788. '''process a template
  789. template_name: the name of the template to process
  790. create: whether to send to oc create after processing
  791. params: the parameters for the template
  792. template_data: the incoming template's data; instead of a file
  793. '''
  794. cmd = ['process']
  795. if template_data:
  796. cmd.extend(['-f', '-'])
  797. else:
  798. cmd.append(template_name)
  799. if params:
  800. param_str = ["{}={}".format(key, str(value).replace("'", r'"')) for key, value in params.items()]
  801. cmd.append('-v')
  802. cmd.extend(param_str)
  803. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  804. if results['returncode'] != 0 or not create:
  805. return results
  806. fname = Utils.create_tmpfile(template_name + '-')
  807. yed = Yedit(fname, results['results'])
  808. yed.write()
  809. atexit.register(Utils.cleanup, [fname])
  810. return self.openshift_cmd(['create', '-f', fname])
  811. def _get(self, resource, name=None, selector=None):
  812. '''return a resource by name '''
  813. cmd = ['get', resource]
  814. if selector is not None:
  815. cmd.append('--selector={}'.format(selector))
  816. elif 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_process.py -*- -*- -*-
  1178. # pylint: disable=too-many-instance-attributes
  1179. class OCProcess(OpenShiftCLI):
  1180. ''' Class to wrap the oc command line tools '''
  1181. # pylint allows 5. we need 6
  1182. # pylint: disable=too-many-arguments
  1183. def __init__(self,
  1184. namespace,
  1185. tname=None,
  1186. params=None,
  1187. create=False,
  1188. kubeconfig='/etc/origin/master/admin.kubeconfig',
  1189. tdata=None,
  1190. verbose=False):
  1191. ''' Constructor for OpenshiftOC '''
  1192. super(OCProcess, self).__init__(namespace, kubeconfig=kubeconfig, verbose=verbose)
  1193. self.name = tname
  1194. self.data = tdata
  1195. self.params = params
  1196. self.create = create
  1197. self._template = None
  1198. @property
  1199. def template(self):
  1200. '''template property'''
  1201. if self._template is None:
  1202. results = self._process(self.name, False, self.params, self.data)
  1203. if results['returncode'] != 0:
  1204. raise OpenShiftCLIError('Error processing template [%s]: %s' %(self.name, results))
  1205. self._template = results['results']['items']
  1206. return self._template
  1207. def get(self):
  1208. '''get the template'''
  1209. results = self._get('template', self.name)
  1210. if results['returncode'] != 0:
  1211. # Does the template exist??
  1212. if 'not found' in results['stderr']:
  1213. results['returncode'] = 0
  1214. results['exists'] = False
  1215. results['results'] = []
  1216. return results
  1217. def delete(self, obj):
  1218. '''delete a resource'''
  1219. return self._delete(obj['kind'], obj['metadata']['name'])
  1220. def create_obj(self, obj):
  1221. '''create a resource'''
  1222. return self._create_from_content(obj['metadata']['name'], obj)
  1223. def process(self, create=None):
  1224. '''process a template'''
  1225. do_create = False
  1226. if create != None:
  1227. do_create = create
  1228. else:
  1229. do_create = self.create
  1230. return self._process(self.name, do_create, self.params, self.data)
  1231. def exists(self):
  1232. '''return whether the template exists'''
  1233. # Always return true if we're being passed template data
  1234. if self.data:
  1235. return True
  1236. t_results = self._get('template', self.name)
  1237. if t_results['returncode'] != 0:
  1238. # Does the template exist??
  1239. if 'not found' in t_results['stderr']:
  1240. return False
  1241. else:
  1242. raise OpenShiftCLIError('Something went wrong. %s' % t_results)
  1243. return True
  1244. def needs_update(self):
  1245. '''attempt to process the template and return it for comparison with oc objects'''
  1246. obj_results = []
  1247. for obj in self.template:
  1248. # build a list of types to skip
  1249. skip = []
  1250. if obj['kind'] == 'ServiceAccount':
  1251. skip.extend(['secrets', 'imagePullSecrets'])
  1252. if obj['kind'] == 'BuildConfig':
  1253. skip.extend(['lastTriggeredImageID'])
  1254. if obj['kind'] == 'ImageStream':
  1255. skip.extend(['generation'])
  1256. if obj['kind'] == 'DeploymentConfig':
  1257. skip.extend(['lastTriggeredImage'])
  1258. # fetch the current object
  1259. curr_obj_results = self._get(obj['kind'], obj['metadata']['name'])
  1260. if curr_obj_results['returncode'] != 0:
  1261. # Does the template exist??
  1262. if 'not found' in curr_obj_results['stderr']:
  1263. obj_results.append((obj, True))
  1264. continue
  1265. # check the generated object against the existing object
  1266. if not Utils.check_def_equal(obj, curr_obj_results['results'][0], skip_keys=skip):
  1267. obj_results.append((obj, True))
  1268. continue
  1269. obj_results.append((obj, False))
  1270. return obj_results
  1271. # pylint: disable=too-many-return-statements
  1272. @staticmethod
  1273. def run_ansible(params, check_mode):
  1274. '''run the ansible idempotent code'''
  1275. ocprocess = OCProcess(params['namespace'],
  1276. params['template_name'],
  1277. params['params'],
  1278. params['create'],
  1279. kubeconfig=params['kubeconfig'],
  1280. tdata=params['content'],
  1281. verbose=params['debug'])
  1282. state = params['state']
  1283. api_rval = ocprocess.get()
  1284. if state == 'list':
  1285. if api_rval['returncode'] != 0:
  1286. return {"failed": True, "msg" : api_rval}
  1287. return {"changed" : False, "results": api_rval, "state": state}
  1288. elif state == 'present':
  1289. if check_mode and params['create']:
  1290. return {"changed": True, 'msg': "CHECK_MODE: Would have processed template."}
  1291. if not ocprocess.exists() or not params['reconcile']:
  1292. #FIXME: this code will never get run in a way that succeeds when
  1293. # module.params['reconcile'] is true. Because oc_process doesn't
  1294. # create the actual template, the check of ocprocess.exists()
  1295. # is meaningless. Either it's already here and this code
  1296. # won't be run, or this code will fail because there is no
  1297. # template available for oc process to use. Have we conflated
  1298. # the template's existence with the existence of the objects
  1299. # it describes?
  1300. # Create it here
  1301. api_rval = ocprocess.process()
  1302. if api_rval['returncode'] != 0:
  1303. return {"failed": True, "msg": api_rval}
  1304. if params['create']:
  1305. return {"changed": True, "results": api_rval, "state": state}
  1306. return {"changed": False, "results": api_rval, "state": state}
  1307. # verify results
  1308. update = False
  1309. rval = []
  1310. all_results = ocprocess.needs_update()
  1311. for obj, status in all_results:
  1312. if status:
  1313. ocprocess.delete(obj)
  1314. results = ocprocess.create_obj(obj)
  1315. results['kind'] = obj['kind']
  1316. rval.append(results)
  1317. update = True
  1318. if not update:
  1319. return {"changed": update, "results": api_rval, "state": state}
  1320. for cmd in rval:
  1321. if cmd['returncode'] != 0:
  1322. return {"failed": True, "changed": update, "msg": rval, "state": state}
  1323. return {"changed": update, "results": rval, "state": state}
  1324. # -*- -*- -*- End included fragment: class/oc_process.py -*- -*- -*-
  1325. # -*- -*- -*- Begin included fragment: ansible/oc_process.py -*- -*- -*-
  1326. def main():
  1327. '''
  1328. ansible oc module for processing templates
  1329. '''
  1330. module = AnsibleModule(
  1331. argument_spec=dict(
  1332. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1333. state=dict(default='present', type='str', choices=['present', 'list']),
  1334. debug=dict(default=False, type='bool'),
  1335. namespace=dict(default='default', type='str'),
  1336. template_name=dict(default=None, type='str'),
  1337. content=dict(default=None, type='str'),
  1338. params=dict(default=None, type='dict'),
  1339. create=dict(default=False, type='bool'),
  1340. reconcile=dict(default=True, type='bool'),
  1341. ),
  1342. supports_check_mode=True,
  1343. )
  1344. rval = OCProcess.run_ansible(module.params, module.check_mode)
  1345. if 'failed' in rval:
  1346. module.fail_json(**rval)
  1347. module.exit_json(**rval)
  1348. if __name__ == '__main__':
  1349. main()
  1350. # -*- -*- -*- End included fragment: ansible/oc_process.py -*- -*- -*-