oc_process.py 57 KB

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